diff options
Diffstat (limited to 'src/include/miscadmin.h')
-rw-r--r-- | src/include/miscadmin.h | 5 |
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. * |