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