pgsql: Make sure syslogPipe runs in binary mode on Windows to avoid

Поиск
Список
Период
Сортировка
От adunstan@postgresql.org (Andrew Dunstan)
Тема pgsql: Make sure syslogPipe runs in binary mode on Windows to avoid
Дата
Msg-id 20070802232022.469039FB4C6@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: adunstan@postgresql.org (Andrew Dunstan)
Дата:
Сообщение: pgsql: Make sure syslogPipe runs in binary mode on Windows to avoid
Следующее
От: adunstan@postgresql.org (Andrew Dunstan)
Дата:
Сообщение: pgsql: Move session_start out of MyProcPort stucture and make it a