8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7013b0 commit 2ac8c96Copy full SHA for 2ac8c96
src/backend/utils/error/elog.c
@@ -37,7 +37,7 @@
37
*
38
39
* IDENTIFICATION
40
- * $PostgreSQL: pgsql/src/backend/utils/error/elog.c,v 1.137 2004/05/21 05:08:02 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/error/elog.c,v 1.138 2004/05/28 03:11:15 tgl Exp $
41
42
*-------------------------------------------------------------------------
43
*/
@@ -69,7 +69,7 @@ ErrorContextCallback *error_context_stack = NULL;
69
/* GUC parameters */
70
PGErrorVerbosity Log_error_verbosity = PGERROR_VERBOSE;
71
char *Log_line_prefix = NULL; /* format for extra log line info */
72
-unsigned int Log_destination;
+unsigned int Log_destination = LOG_DESTINATION_STDERR;
73
74
bool in_fatal_exit = false;
75
0 commit comments