*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.35 1997/07/28 00:55:28 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.36 1997/07/29 16:14:40 thomas Exp $
*
* NOTES
* this is the "main" module of the postgres backend and
#include "executor/execdebug.h"
#include "executor/executor.h"
+#if FALSE
#include "nodes/relation.h"
+#endif
#include "nodes/print.h"
#include "optimizer/cost.h"
#include "optimizer/xfunc.h"
#endif
#include "optimizer/prep.h"
+#if FALSE
#include "nodes/plannodes.h"
+#endif
#include "storage/bufmgr.h"
#include "fmgr.h"
#include "nodes/pg_list.h"
#include "tcop/dest.h"
+#if FALSE
#include "nodes/memnodes.h"
+#endif
#include "utils/mcxt.h"
#include "tcop/pquery.h"
#include "tcop/utility.h"
*/
if (IsUnderPostmaster == false) {
puts("\nPOSTGRES backend interactive interface");
- puts("$Revision: 1.35 $ $Date: 1997/07/28 00:55:28 $");
+ puts("$Revision: 1.36 $ $Date: 1997/07/29 16:14:40 $");
}
/* ----------------