Skip to content

Commit 1e5d824

Browse files
committed
Fix obsolete comment.
1 parent 0655b26 commit 1e5d824

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/backend/postmaster/postmaster.c

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
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;

0 commit comments

Comments
 (0)