File tree 4 files changed +4
-174
lines changed
4 files changed +4
-174
lines changed Original file line number Diff line number Diff line change 5
5
# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
6
6
# Portions Copyright (c) 1994, Regents of the University of California
7
7
#
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 $
9
9
#
10
10
# -------------------------------------------------------------------------
11
11
12
12
subdir = src/bin
13
13
top_builddir = ../..
14
14
include $(top_builddir ) /src/Makefile.global
15
15
16
- DIRS := initdb initlocation ipcclean pg_ctl pg_dump pg_id \
16
+ DIRS := initdb initlocation ipcclean pg_ctl pg_dump \
17
17
psql scripts pg_config pg_controldata pg_resetxlog \
18
18
pg_encoding
19
19
Original file line number Diff line number Diff line change 43
43
* Portions Copyright (c) 1994, Regents of the University of California
44
44
* Portions taken from FreeBSD.
45
45
*
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 $
47
47
*
48
48
*-------------------------------------------------------------------------
49
49
*/
@@ -649,7 +649,7 @@ exit_nicely(void)
649
649
}
650
650
651
651
/*
652
- * find the current user using code lifted from pg_id.c
652
+ * find the current user
653
653
*
654
654
* on unix make sure it isn't really root
655
655
*/
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments