diff options
author | Bruce Momjian | 1997-08-14 16:11:41 +0000 |
---|---|---|
committer | Bruce Momjian | 1997-08-14 16:11:41 +0000 |
commit | fd86ae151aaf3e1e444a8a990e0ccb35c5dc2108 (patch) | |
tree | 40596a07fd1cf8e6c01db3a534f89a2740856c18 /src/include/miscadmin.h | |
parent | e99e4ba8334975ac5d9002e7486f16184ac1ab00 (diff) |
Cleanup global variables, remove stable memory stuff.
Diffstat (limited to 'src/include/miscadmin.h')
-rw-r--r-- | src/include/miscadmin.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h index 3792a7cf850..e579a6dcd8e 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.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 |