From ecd0bfa81a8290219f4973b8fd456a2ffeb11d40 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sat, 23 Oct 1999 03:13:33 +0000 Subject: Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend. pg_dump and interfaces/odbc still need some work.) --- src/backend/tcop/postgres.c | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'src/backend/tcop/postgres.c') diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c index 8358e116980..ddf6c280e4f 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.134 1999/10/08 05:36:58 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.135 1999/10/23 03:13:22 tgl Exp $ * * NOTES * this is the "main" module of the postgres backend and @@ -22,16 +22,10 @@ #include #include #include -#include +#include #include "postgres.h" -#ifndef MAXHOSTNAMELEN -#include -#endif -#ifndef MAXHOSTNAMELEN /* for MAXHOSTNAMELEN under sco3.2v5.0.2 */ -#include -#endif #include #if HAVE_SYS_SELECT_H #include @@ -1500,7 +1494,7 @@ PostgresMain(int argc, char *argv[], int real_argc, char *real_argv[]) if (!IsUnderPostmaster) { puts("\nPOSTGRES backend interactive interface "); - puts("$Revision: 1.134 $ $Date: 1999/10/08 05:36:58 $\n"); + puts("$Revision: 1.135 $ $Date: 1999/10/23 03:13:22 $\n"); } /* -- cgit v1.2.3