]> granicus.if.org Git - postgresql/commit
Revert "postmaster: Start syslogger earlier".
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 19 May 2019 15:14:23 +0000 (11:14 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 19 May 2019 15:14:23 +0000 (11:14 -0400)
commit833451552925d0175e1e15128e411ddef9a36996
treef1025457b288d171e63f6ce5b7601165eb737f2d
parentda24961e9e1d887111d17cc2dcece2e3946ca5a6
Revert "postmaster: Start syslogger earlier".

This commit reverts 57431a911d3a650451d198846ad3194900666152.

While that's still a good idea in the abstract, we found out
that there are multiple crasher bugs in it on Windows builds,
making the logging_collector option unusable on Windows.
There's no time left to fix these issues before 12beta1,
so revert the patch to allow Windows beta testing to proceed.
We'll try again at some future date.

Per bug #15804 from Yulian Khodorkovskiy and additional
investigation by Michael Paquier.

Discussion: https://postgr.es/m/15804-3721117bf40fb654@postgresql.org
src/backend/postmaster/postmaster.c