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 6812abb commit 66294e1Copy full SHA for 66294e1
src/backend/postmaster/postmaster.c
@@ -37,7 +37,7 @@
37
*
38
39
* IDENTIFICATION
40
- * $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.473 2005/11/03 17:11:36 alvherre Exp $
+ * $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.474 2005/11/03 20:02:50 alvherre Exp $
41
42
* NOTES
43
@@ -3186,7 +3186,7 @@ SubPostmasterMain(int argc, char *argv[])
3186
3187
/* In EXEC_BACKEND case we will not have inherited these settings */
3188
IsPostmasterEnvironment = true;
3189
- whereToSendOutput = None;
+ whereToSendOutput = DestNone;
3190
3191
/* Setup essential subsystems (to ensure elog() behaves sanely) */
3192
MemoryContextInit();
0 commit comments