From 69817665cb99e8acc85569ee9c61a09d5f5e1658 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 16 Jul 1999 05:23:30 +0000 Subject: Final cleanup --- src/backend/tcop/postgres.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/backend/tcop/postgres.c') diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c index 73f7c943e58..777641477ee 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.123 1999/07/16 04:59:53 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.124 1999/07/16 05:23:18 momjian Exp $ * * NOTES * this is the "main" module of the postgres backend and @@ -42,6 +42,7 @@ #include #include #ifdef __CYGWIN32__ +#include #endif #include "commands/async.h" @@ -1495,7 +1496,7 @@ PostgresMain(int argc, char *argv[], int real_argc, char *real_argv[]) if (!IsUnderPostmaster) { puts("\nPOSTGRES backend interactive interface "); - puts("$Revision: 1.123 $ $Date: 1999/07/16 04:59:53 $\n"); + puts("$Revision: 1.124 $ $Date: 1999/07/16 05:23:18 $\n"); } /* ---------------- @@ -1660,7 +1661,8 @@ PostgresMain(int argc, char *argv[], int real_argc, char *real_argv[]) } #ifndef HAVE_GETRUSAGE -#else /* HAVE_GETRUSAGE */ +#include "rusagestub.h" +#else #include #endif /* HAVE_GETRUSAGE */ -- cgit v1.2.3