File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
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.35 1997/07/28 00:55:28 momjian Exp $
10
+ * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.36 1997/07/29 16:14:40 thomas Exp $
11
11
*
12
12
* NOTES
13
13
* this is the "main" module of the postgres backend and
56
56
57
57
#include "executor/execdebug.h"
58
58
#include "executor/executor.h"
59
+ #if FALSE
59
60
#include "nodes/relation.h"
61
+ #endif
60
62
#include "nodes/print.h"
61
63
62
64
#include "optimizer/cost.h"
65
67
#include "optimizer/xfunc.h"
66
68
#endif
67
69
#include "optimizer/prep.h"
70
+ #if FALSE
68
71
#include "nodes/plannodes.h"
72
+ #endif
69
73
70
74
#include "storage/bufmgr.h"
71
75
#include "fmgr.h"
74
78
75
79
#include "nodes/pg_list.h"
76
80
#include "tcop/dest.h"
81
+ #if FALSE
77
82
#include "nodes/memnodes.h"
83
+ #endif
78
84
#include "utils/mcxt.h"
79
85
#include "tcop/pquery.h"
80
86
#include "tcop/utility.h"
@@ -1274,7 +1280,7 @@ PostgresMain(int argc, char *argv[])
1274
1280
*/
1275
1281
if (IsUnderPostmaster == false) {
1276
1282
puts ("\nPOSTGRES backend interactive interface" );
1277
- puts ("$Revision: 1.35 $ $Date: 1997/07/28 00:55:28 $" );
1283
+ puts ("$Revision: 1.36 $ $Date: 1997/07/29 16:14:40 $" );
1278
1284
}
1279
1285
1280
1286
/* ----------------
You can’t perform that action at this time.
0 commit comments