pgsql: Make sure syslogPipe runs in binary mode on Windows to avoid - Mailing list pgsql-committers

From adunstan@postgresql.org (Andrew Dunstan)
Subject pgsql: Make sure syslogPipe runs in binary mode on Windows to avoid
Date
Msg-id 20070802232022.469039FB4C6@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Make sure syslogPipe runs in binary mode on Windows to avoid corrupting the pipe chunking protocol. Backport to 8.0

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        postmaster.c (r1.443.4.9 -> r1.443.4.10)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/postmaster.c.diff?r1=1.443.4.9&r2=1.443.4.10)
        syslogger.c (r1.12.4.3 -> r1.12.4.4)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/syslogger.c.diff?r1=1.12.4.3&r2=1.12.4.4)

pgsql-committers by date:

Previous
From: adunstan@postgresql.org (Andrew Dunstan)
Date:
Subject: pgsql: Make sure syslogPipe runs in binary mode on Windows to avoid
Next
From: adunstan@postgresql.org (Andrew Dunstan)
Date:
Subject: pgsql: Move session_start out of MyProcPort stucture and make it a