From c9002ecb21a0dc64fc81a308a375c1c2b4001bfd Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Sun, 3 Nov 1996 06:54:38 +0000 Subject: Produce a clean compile of backend... --- 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 3d5b61e7764..43d7e6a59bb 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.12 1996/10/31 10:20:56 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.13 1996/11/03 06:52:33 scrappy Exp $ * * NOTES * this is the "main" module of the postgres backend and @@ -65,7 +65,6 @@ #include "storage/bufmgr.h" #include "fmgr.h" -#include "utils/elog.h" #include "utils/palloc.h" #include "utils/rel.h" @@ -1265,7 +1264,7 @@ PostgresMain(int argc, char *argv[]) */ if (IsUnderPostmaster == false) { puts("\nPOSTGRES backend interactive interface"); - puts("$Revision: 1.12 $ $Date: 1996/10/31 10:20:56 $"); + puts("$Revision: 1.13 $ $Date: 1996/11/03 06:52:33 $"); } /* ---------------- -- cgit v1.2.3