1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-26 12:21:12 +03:00

Add new postgres -O option to allow system table structure changes.

This commit is contained in:
Bruce Momjian
1999-03-17 22:53:31 +00:00
parent 62a7754e1a
commit 58118db39d
14 changed files with 57 additions and 71 deletions

View File

@ -11,7 +11,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: miscadmin.h,v 1.35 1999/02/13 23:20:46 momjian Exp $
* $Id: miscadmin.h,v 1.36 1999/03/17 22:53:30 momjian Exp $
*
* NOTES
* some of the information in this file will be moved to
@ -94,7 +94,8 @@ extern char CTZName[];
extern char FloatFormat[];
extern char DateFormat[];
extern int fsyncOff;
extern bool disableFsync;
extern bool allowSystemTableMods;
extern int SortMem;
extern Oid LastOidProcessed; /* for query rewrite */