From: Bryan Henderson Date: Sat, 16 Nov 1996 09:03:44 +0000 (+0000) Subject: Remove old GetPGData reference that causes warning. X-Git-Tag: REL2_0~110 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aef6163388d24655cceaedd3a669174edec3f753;p=thirdparty%2Fpostgresql.git Remove old GetPGData reference that causes warning. --- diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c index 4c38e663f6d..b4970e27864 100644 --- a/src/backend/tcop/postgres.c +++ b/src/backend/tcop/postgres.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.19 1996/11/14 10:24:07 bryanh Exp $ + * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.20 1996/11/16 09:03:44 bryanh Exp $ * * NOTES * this is the "main" module of the postgres backend and @@ -839,7 +839,6 @@ PostgresMain(int argc, char *argv[]) */ MasterPid = getpid(); - DataDir = GetPGData(); /* ---------------- * parse command line arguments @@ -1269,7 +1268,7 @@ PostgresMain(int argc, char *argv[]) */ if (IsUnderPostmaster == false) { puts("\nPOSTGRES backend interactive interface"); - puts("$Revision: 1.19 $ $Date: 1996/11/14 10:24:07 $"); + puts("$Revision: 1.20 $ $Date: 1996/11/16 09:03:44 $"); } /* ----------------