Commit 1e5d8249 authored by Tom Lane's avatar Tom Lane

Fix obsolete comment.

parent 0655b262
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.414 2004/07/21 20:34:46 momjian Exp $ * $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.415 2004/07/24 20:01:42 tgl Exp $
* *
* NOTES * NOTES
* *
...@@ -853,9 +853,9 @@ PostmasterMain(int argc, char *argv[]) ...@@ -853,9 +853,9 @@ PostmasterMain(int argc, char *argv[])
/* /*
* Reset whereToSendOutput from Debug (its starting state) to None. * Reset whereToSendOutput from Debug (its starting state) to None.
* This prevents ereport from sending log messages to stderr unless * This stops ereport from sending log messages to stderr unless
* the syslog/stderr switch permits. We don't do this until the * Log_destination permits. We don't do this until the postmaster
* postmaster is fully launched, since startup failures may as well be * is fully launched, since startup failures may as well be
* reported to stderr. * reported to stderr.
*/ */
whereToSendOutput = None; whereToSendOutput = None;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment