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/include/miscadmin.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/include/miscadmin.h') 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. * -- cgit v1.2.3