Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2ac8c96

Browse files
committed
Make sure elog behaves sanely if invoked before GUC initializes.
1 parentd7013b0 commit2ac8c96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/utils/error/elog.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
*
3838
*
3939
* IDENTIFICATION
40-
* $PostgreSQL: pgsql/src/backend/utils/error/elog.c,v 1.137 2004/05/21 05:08:02 tgl Exp $
40+
* $PostgreSQL: pgsql/src/backend/utils/error/elog.c,v 1.138 2004/05/28 03:11:15 tgl Exp $
4141
*
4242
*-------------------------------------------------------------------------
4343
*/
@@ -69,7 +69,7 @@ ErrorContextCallback *error_context_stack = NULL;
6969
/* GUC parameters */
7070
PGErrorVerbosityLog_error_verbosity=PGERROR_VERBOSE;
7171
char*Log_line_prefix=NULL;/* format for extra log line info */
72-
unsignedintLog_destination;
72+
unsignedintLog_destination=LOG_DESTINATION_STDERR;
7373

7474
boolin_fatal_exit= false;
7575

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp