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