]> granicus.if.org Git - postgresql/commit
Make sure syslogPipe runs in binary mode on Windows to avoid corrupting the pipe...
authorAndrew Dunstan <andrew@dunslane.net>
Thu, 2 Aug 2007 23:15:27 +0000 (23:15 +0000)
committerAndrew Dunstan <andrew@dunslane.net>
Thu, 2 Aug 2007 23:15:27 +0000 (23:15 +0000)
commitb34903453f69b972790ac8edddb3fac948dbea4a
tree7242904dcbac831e1f6da81771d50c2ddffd1bd8
parent494d6f809eb66cf2333f0872f2f02de16c6dcedd
Make sure syslogPipe runs in binary mode on Windows to avoid corrupting the pipe chunking protocol. Backport to 8.0
src/backend/postmaster/postmaster.c
src/backend/postmaster/syslogger.c