Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6949fc0

Browse files
committed
Remove pg_encoding. Not needed anymore since we have an initdb in C.
1 parent41fa9e9 commit6949fc0

File tree

3 files changed

+2
-135
lines changed

3 files changed

+2
-135
lines changed

‎src/bin/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
66
# Portions Copyright (c) 1994, Regents of the University of California
77
#
8-
# $PostgreSQL: pgsql/src/bin/Makefile,v 1.42 2004/04/20 00:33:47 pgsql Exp $
8+
# $PostgreSQL: pgsql/src/bin/Makefile,v 1.43 2004/04/20 00:40:06 momjian Exp $
99
#
1010
#-------------------------------------------------------------------------
1111

@@ -14,8 +14,7 @@ top_builddir = ../..
1414
include$(top_builddir)/src/Makefile.global
1515

1616
DIRS := initdb initlocation ipcclean pg_ctl pg_dump\
17-
psql scripts pg_config pg_controldata pg_resetxlog\
18-
pg_encoding
17+
psql scripts pg_config pg_controldata pg_resetxlog
1918

2019
allinstallinstalldirsuninstalldependdistprep:
2120
@for dirin$(DIRS);do$(MAKE) -C$$dir$@||exit;done

‎src/bin/pg_encoding/Makefile

Lines changed: 0 additions & 32 deletions
This file was deleted.

‎src/bin/pg_encoding/pg_encoding.c

Lines changed: 0 additions & 100 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp