summaryrefslogtreecommitdiff
path: root/src/include/miscadmin.h
diff options
context:
space:
mode:
authorTom Lane1999-10-23 03:13:33 +0000
committerTom Lane1999-10-23 03:13:33 +0000
commitecd0bfa81a8290219f4973b8fd456a2ffeb11d40 (patch)
tree734cc8342c23bc8b1643ee1859003943015e7c03 /src/include/miscadmin.h
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/include/miscadmin.h')
-rw-r--r--src/include/miscadmin.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h
index 7b23a98bf9f..a26024f7247 100644
--- a/src/include/miscadmin.h
+++ b/src/include/miscadmin.h
@@ -11,7 +11,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: miscadmin.h,v 1.44 1999/10/08 04:28:52 momjian Exp $
+ * $Id: miscadmin.h,v 1.45 1999/10/23 03:13:30 tgl Exp $
*
* NOTES
* some of the information in this file will be moved to
@@ -101,9 +101,6 @@ extern int SortMem;
extern Oid LastOidProcessed; /* for query rewrite */
-/* #define MAX_QUERY_SIZE (BLCKSZ*2) */
-#define MAX_PARSE_BUFFER MAX_QUERY_SIZE
-
/*****************************************************************************
* pdir.h -- *
* POSTGRES directory path definitions. *