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

Add runtime configuration option "silent_mode".

This is equivalent to postmaster's -S option.
This commit is contained in:
Tatsuo Ishii
2000-10-08 09:25:38 +00:00
parent be58282516
commit 2af8b963f1
4 changed files with 24 additions and 8 deletions

View File

@ -12,7 +12,7 @@
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: miscadmin.h,v 1.67 2000/09/19 18:17:58 petere Exp $
* $Id: miscadmin.h,v 1.68 2000/10/08 09:25:38 ishii Exp $
*
* NOTES
* some of the information in this file will be moved to
@ -108,6 +108,7 @@ extern int SortMem;
extern bool NetServer;
extern bool EnableSSL;
extern bool SilentMode;
extern int MaxBackends;
extern int NBuffers;
extern int PostPortName;