summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/common.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>1999-10-23 03:13:33 +0000
committerTom Lane <tgl@sss.pgh.pa.us>1999-10-23 03:13:33 +0000
commitecd0bfa81a8290219f4973b8fd456a2ffeb11d40 (patch)
tree734cc8342c23bc8b1643ee1859003943015e7c03 /src/bin/pg_dump/common.c
parent627b5e9c20d91cfdd5e6fd672ec997c8fbb3a2a2 (diff)
Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.
pg_dump and interfaces/odbc still need some work.)
Diffstat (limited to 'src/bin/pg_dump/common.c')
-rw-r--r--src/bin/pg_dump/common.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/bin/pg_dump/common.c b/src/bin/pg_dump/common.c
index 73aae724a3d..d600ba58215 100644
--- a/src/bin/pg_dump/common.c
+++ b/src/bin/pg_dump/common.c
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/bin/pg_dump/common.c,v 1.33 1999/07/17 20:18:18 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/pg_dump/common.c,v 1.34 1999/10/23 03:13:26 tgl Exp $
*
* Modifications - 6/12/96 - dave@bensoft.com - version 1.13.dhb.2
*
@@ -20,12 +20,9 @@
#include <ctype.h>
-#include <sys/param.h> /* for MAXHOSTNAMELEN on most */
-#ifdef solaris_sparc
-#include <netdb.h> /* for MAXHOSTNAMELEN on some */
-#endif
#include "postgres.h"
+
#include "libpq-fe.h"
#ifndef HAVE_STRDUP
#include "strdup.h"