diff options
Diffstat (limited to 'src/backend/tcop/postgres.c')
-rw-r--r-- | src/backend/tcop/postgres.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c index 3843ce7a2d4..575e18351ad 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.166 2000/07/04 06:11:43 tgl Exp $ + * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.167 2000/07/08 03:04:15 tgl Exp $ * * NOTES * this is the "main" module of the postgres backend and @@ -54,9 +54,10 @@ #include "tcop/tcopprot.h" #include "tcop/utility.h" #include "storage/proc.h" +#include "utils/exc.h" +#include "utils/guc.h" #include "utils/ps_status.h" #include "utils/temprel.h" -#include "utils/guc.h" #ifdef MULTIBYTE #include "mb/pg_wchar.h" #endif @@ -1414,7 +1415,7 @@ PostgresMain(int argc, char *argv[], int real_argc, char *real_argv[]) if (!IsUnderPostmaster) { puts("\nPOSTGRES backend interactive interface "); - puts("$Revision: 1.166 $ $Date: 2000/07/04 06:11:43 $\n"); + puts("$Revision: 1.167 $ $Date: 2000/07/08 03:04:15 $\n"); } /* |