Make sure syslogPipe runs in binary mode on Windows to avoid corrupting the pipe...
authorAndrew Dunstan <andrew@dunslane.net>
Thu, 2 Aug 2007 23:17:20 +0000 (23:17 +0000)
committerAndrew Dunstan <andrew@dunslane.net>
Thu, 2 Aug 2007 23:17:20 +0000 (23:17 +0000)
commit1032186f0c1080a1630b6c4321990b49d86b2b4a
tree34035063418e409a7c89a900d758393152b48740
parent2bd26c516666b5538a67627d65fc590a6476b044
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