1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-13 07:41:39 +03:00

Cleanup global variables, remove stable memory stuff.

This commit is contained in:
Bruce Momjian
1997-08-14 16:11:41 +00:00
parent e99e4ba833
commit fd86ae151a
4 changed files with 16 additions and 27 deletions

View File

@ -11,7 +11,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: miscadmin.h,v 1.9 1997/04/27 19:21:06 thomas Exp $
* $Id: miscadmin.h,v 1.10 1997/08/14 16:11:41 momjian Exp $
*
* NOTES
* some of the information in this file will be moved to
@ -89,6 +89,9 @@ extern char CTZName[];
extern char FloatFormat[];
extern char DateFormat[];
extern int fsyncOff;
extern int SortMem;
extern Oid LastOidProcessed; /* for query rewrite */
#define MAX_PARSE_BUFFER 8192