From 3ac9d2fff321fa8f7996656b5a54a41461a0a84f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 24 Jul 1997 20:19:10 +0000 Subject: Various compile errors concerning overflow due to shifts, unsigned, and bad prototypes, from Solaris, from Diab Jerius --- src/backend/tcop/postgres.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/backend/tcop/postgres.c') diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c index a1f3638d50b..57262eada50 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.33 1997/04/24 03:39:09 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.34 1997/07/24 20:15:03 momjian Exp $ * * NOTES * this is the "main" module of the postgres backend and @@ -54,6 +54,7 @@ #include "executor/execdebug.h" #include "executor/executor.h" #include "nodes/relation.h" +#include "nodes/print.h" #include "optimizer/cost.h" #include "optimizer/planner.h" @@ -1270,7 +1271,7 @@ PostgresMain(int argc, char *argv[]) */ if (IsUnderPostmaster == false) { puts("\nPOSTGRES backend interactive interface"); - puts("$Revision: 1.33 $ $Date: 1997/04/24 03:39:09 $"); + puts("$Revision: 1.34 $ $Date: 1997/07/24 20:15:03 $"); } /* ---------------- -- cgit v1.2.3