|
37 | 37 | *
|
38 | 38 | *
|
39 | 39 | * 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 $ |
41 | 41 | *
|
42 | 42 | * NOTES
|
43 | 43 | *
|
@@ -853,9 +853,9 @@ PostmasterMain(int argc, char *argv[])
|
853 | 853 |
|
854 | 854 | /*
|
855 | 855 | * 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 |
859 | 859 | * reported to stderr.
|
860 | 860 | */
|
861 | 861 | whereToSendOutput=None;
|
|