File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* 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 $
11
11
*
12
12
* NOTES
13
13
* this is the "main" module of the postgres backend and
@@ -839,7 +839,6 @@ PostgresMain(int argc, char *argv[])
839
839
*/
840
840
841
841
MasterPid = getpid ();
842
- DataDir = GetPGData ();
843
842
844
843
/* ----------------
845
844
* parse command line arguments
@@ -1269,7 +1268,7 @@ PostgresMain(int argc, char *argv[])
1269
1268
*/
1270
1269
if (IsUnderPostmaster == false) {
1271
1270
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 $" );
1273
1272
}
1274
1273
1275
1274
/* ----------------
You can’t perform that action at this time.
0 commit comments