mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
Remove unused 'noversion' command-line option processing from the
backend.
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $PostgreSQL: pgsql/src/include/miscadmin.h,v 1.140 2003/12/21 04:34:35 momjian Exp $
|
||||
* $PostgreSQL: pgsql/src/include/miscadmin.h,v 1.141 2004/01/06 17:36:31 neilc Exp $
|
||||
*
|
||||
* NOTES
|
||||
* some of the information in this file should be moved to
|
||||
@ -125,7 +125,6 @@ extern bool IsUnderPostmaster;
|
||||
|
||||
extern bool ExitOnAnyError;
|
||||
|
||||
extern bool Noversion;
|
||||
extern char *DataDir;
|
||||
|
||||
extern DLLIMPORT int MyProcPid;
|
||||
|
Reference in New Issue
Block a user