Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1e5d824

Browse files
committed
Fix obsolete comment.
1 parent0655b26 commit1e5d824

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/backend/postmaster/postmaster.c

Lines changed: 4 additions & 4 deletions
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-
* Thisprevents ereport from sending log messages to stderr unless
857-
*the syslog/stderr switchpermits. We don't do this until the
858-
*postmasteris fully launched, since startup failures may as well be
856+
* Thisstops ereport from sending log messages to stderr unless
857+
*Log_destinationpermits. 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)

[8]ページ先頭

©2009-2025 Movatter.jp