diff options
Diffstat (limited to 'src/backend/tcop')
-rw-r--r-- | src/backend/tcop/fastpath.c | 3 | ||||
-rw-r--r-- | src/backend/tcop/postgres.c | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/src/backend/tcop/fastpath.c b/src/backend/tcop/fastpath.c index 10ff95b9622..cbba1223555 100644 --- a/src/backend/tcop/fastpath.c +++ b/src/backend/tcop/fastpath.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/tcop/fastpath.c,v 1.41 2000/06/05 07:28:49 tgl Exp $ + * $Header: /cvsroot/pgsql/src/backend/tcop/fastpath.c,v 1.42 2000/06/15 04:10:18 momjian Exp $ * * NOTES * This cruft is the server side of PQfn. @@ -67,7 +67,6 @@ #include "libpq/libpq.h" #include "libpq/pqformat.h" #include "tcop/fastpath.h" -#include "utils/builtins.h" #include "utils/syscache.h" diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c index 0c1c4aa3382..631f482e81a 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.159 2000/06/08 22:37:26 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.160 2000/06/15 04:10:19 momjian Exp $ * * NOTES * this is the "main" module of the postgres backend and @@ -48,7 +48,6 @@ #include "nodes/print.h" #include "optimizer/cost.h" #include "optimizer/planner.h" -#include "parser/parse.h" #include "parser/parser.h" #include "rewrite/rewriteHandler.h" #include "tcop/fastpath.h" @@ -1383,7 +1382,7 @@ PostgresMain(int argc, char *argv[], int real_argc, char *real_argv[]) if (!IsUnderPostmaster) { puts("\nPOSTGRES backend interactive interface "); - puts("$Revision: 1.159 $ $Date: 2000/06/08 22:37:26 $\n"); + puts("$Revision: 1.160 $ $Date: 2000/06/15 04:10:19 $\n"); } /* |