mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
In bootstrap and standalone-backend modes, do not sort LOG elevel out
of order; the 'server log' output is actually client output in these scenarios and we ought to treat elevels the same way as in the client case. This allows initdb to not send backend stderr to /dev/null anymore, which makes it much more likely that people will notice problems during initdb.
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: miscadmin.h,v 1.121 2003/05/03 03:52:07 momjian Exp $
|
||||
* $Id: miscadmin.h,v 1.122 2003/05/28 17:25:02 tgl Exp $
|
||||
*
|
||||
* NOTES
|
||||
* some of the information in this file should be moved to
|
||||
@ -104,6 +104,7 @@ extern void ProcessInterrupts(void);
|
||||
/*
|
||||
* from postmaster/postmaster.c
|
||||
*/
|
||||
extern bool IsPostmasterEnvironment;
|
||||
extern bool IsUnderPostmaster;
|
||||
extern bool ClientAuthInProgress;
|
||||
extern const bool ExecBackend;
|
||||
|
Reference in New Issue
Block a user