Skip to content

Commit aef6163

Browse files
author
Bryan Henderson
committed
Remove old GetPGData reference that causes warning.
1 parent 7bf3bae commit aef6163

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/backend/tcop/postgres.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.19 1996/11/14 10:24:07 bryanh Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.20 1996/11/16 09:03:44 bryanh Exp $
1111
*
1212
* NOTES
1313
* this is the "main" module of the postgres backend and
@@ -839,7 +839,6 @@ PostgresMain(int argc, char *argv[])
839839
*/
840840

841841
MasterPid = getpid();
842-
DataDir = GetPGData();
843842

844843
/* ----------------
845844
* parse command line arguments
@@ -1269,7 +1268,7 @@ PostgresMain(int argc, char *argv[])
12691268
*/
12701269
if (IsUnderPostmaster == false) {
12711270
puts("\nPOSTGRES backend interactive interface");
1272-
puts("$Revision: 1.19 $ $Date: 1996/11/14 10:24:07 $");
1271+
puts("$Revision: 1.20 $ $Date: 1996/11/16 09:03:44 $");
12731272
}
12741273

12751274
/* ----------------

0 commit comments

Comments
 (0)