diff options
Diffstat (limited to 'src/backend/tcop/postgres.c')
-rw-r--r-- | src/backend/tcop/postgres.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c index 6dfd32f6b10..ea357ba613a 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.125 1999/07/17 20:17:51 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.126 1999/07/19 02:27:06 momjian Exp $ * * NOTES * this is the "main" module of the postgres backend and @@ -39,7 +39,7 @@ #include <netinet/in.h> #include <arpa/inet.h> #include <netdb.h> -#ifdef __CYGWIN32__ +#ifdef HAVE_GETOPT_H #include <getopt.h> #endif @@ -1494,7 +1494,7 @@ PostgresMain(int argc, char *argv[], int real_argc, char *real_argv[]) if (!IsUnderPostmaster) { puts("\nPOSTGRES backend interactive interface "); - puts("$Revision: 1.125 $ $Date: 1999/07/17 20:17:51 $\n"); + puts("$Revision: 1.126 $ $Date: 1999/07/19 02:27:06 $\n"); } /* ---------------- |