Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b40b330

Browse files
committed
Remove pg_id.
1 parent 99e922a commit b40b330

File tree

4 files changed

+4
-174
lines changed

4 files changed

+4
-174
lines changed

src/bin/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
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.40 2003/11/29 19:52:04 pgsql Exp $
8+
# $PostgreSQL: pgsql/src/bin/Makefile,v 1.41 2003/12/17 18:44:08 petere Exp $
99
#
1010
#-------------------------------------------------------------------------
1111

1212
subdir = src/bin
1313
top_builddir = ../..
1414
include $(top_builddir)/src/Makefile.global
1515

16-
DIRS := initdb initlocation ipcclean pg_ctl pg_dump pg_id \
16+
DIRS := initdb initlocation ipcclean pg_ctl pg_dump \
1717
psql scripts pg_config pg_controldata pg_resetxlog \
1818
pg_encoding
1919

src/bin/initdb/initdb.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
* Portions Copyright (c) 1994, Regents of the University of California
4444
* Portions taken from FreeBSD.
4545
*
46-
* $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.16 2003/12/01 23:15:47 momjian Exp $
46+
* $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.17 2003/12/17 18:44:08 petere Exp $
4747
*
4848
*-------------------------------------------------------------------------
4949
*/
@@ -649,7 +649,7 @@ exit_nicely(void)
649649
}
650650

651651
/*
652-
* find the current user using code lifted from pg_id.c
652+
* find the current user
653653
*
654654
* on unix make sure it isn't really root
655655
*/

src/bin/pg_id/Makefile

-37
This file was deleted.

src/bin/pg_id/pg_id.c

-133
This file was deleted.

0 commit comments

Comments
 (0)