File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3737 *
3838 *
3939 * IDENTIFICATION
40- * $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.414 2004/07/21 20:34:46 momjian Exp $
40+ * $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.415 2004/07/24 20:01:42 tgl Exp $
4141 *
4242 * NOTES
4343 *
@@ -853,9 +853,9 @@ PostmasterMain(int argc, char *argv[])
853853
854854 /*
855855 * Reset whereToSendOutput from Debug (its starting state) to None.
856- * This prevents ereport from sending log messages to stderr unless
857- * the syslog/stderr switch permits. We don't do this until the
858- * postmaster is fully launched, since startup failures may as well be
856+ * This stops ereport from sending log messages to stderr unless
857+ * Log_destination permits. We don't do this until the postmaster
858+ * is fully launched, since startup failures may as well be
859859 * reported to stderr.
860860 */
861861 whereToSendOutput = None ;
You can’t perform that action at this time.
0 commit comments