*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.64 1998/02/01 19:43:46 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.65 1998/02/02 00:05:03 scrappy Exp $
*
* NOTES
* this is the "main" module of the postgres backend and
#include
#endif
#include
-#ifdef aix
+#if HAVE_SYS_SELECT_H
#include
#endif /* aix */
if (IsUnderPostmaster == false)
{
puts("\nPOSTGRES backend interactive interface");
- puts("$Revision: 1.64 $ $Date: 1998/02/01 19:43:46 $");
+ puts("$Revision: 1.65 $ $Date: 1998/02/02 00:05:03 $");
}
/* ----------------