From 97ac103289a3c751fc99967ac37c2555cbe00473 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 2 Sep 2002 02:47:07 +0000 Subject: Remove sys/types.h in files that include postgres.h, and hence c.h, because c.h has sys/types.h. --- src/backend/tcop/postgres.c | 5 ++--- 1 file changed, 2 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 282cc7ded7c..232a51e9ac4 100644 --- a/src/backend/tcop/postgres.c +++ b/src/backend/tcop/postgres.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.288 2002/09/01 23:26:06 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.289 2002/09/02 02:47:04 momjian Exp $ * * NOTES * this is the "main" module of the postgres backend and @@ -23,7 +23,6 @@ #include #include #include -#include #include #include #include @@ -1687,7 +1686,7 @@ PostgresMain(int argc, char *argv[], const char *username) if (!IsUnderPostmaster) { puts("\nPOSTGRES backend interactive interface "); - puts("$Revision: 1.288 $ $Date: 2002/09/01 23:26:06 $\n"); + puts("$Revision: 1.289 $ $Date: 2002/09/02 02:47:04 $\n"); } /* -- cgit v1.2.3