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

Commitb40b330

Browse files
committed
Remove pg_id.
1 parent99e922a commitb40b330

File tree

4 files changed

+4
-174
lines changed

4 files changed

+4
-174
lines changed

‎src/bin/Makefile

Lines changed: 2 additions & 2 deletions
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_dumppg_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

Lines changed: 2 additions & 2 deletions
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

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

‎src/bin/pg_id/pg_id.c

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp