pgsql: Make sure pg_control is opened in binary mode, to deal with

Поиск
Список
Период
Сортировка
От mha@postgresql.org (Magnus Hagander)
Тема pgsql: Make sure pg_control is opened in binary mode, to deal with
Дата
Msg-id 20080924085946.56B157545A4@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Make sure pg_control is opened in binary mode, to deal
with situtations when the file contains an EOF maker
(0x1A) on Windows.

ITAGAKI Takahiro

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
    pgsql/src/bin/pg_controldata:
        pg_controldata.c (r1.36 -> r1.36.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_controldata/pg_controldata.c?r1=1.36&r2=1.36.2.1)
    pgsql/src/bin/pg_resetxlog:
        pg_resetxlog.c (r1.63 -> r1.63.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_resetxlog/pg_resetxlog.c?r1=1.63&r2=1.63.2.1)

В списке pgsql-committers по дате отправления:

Предыдущее
От: mha@postgresql.org (Magnus Hagander)
Дата:
Сообщение: pgsql: Make sure pg_control is opened in binary mode, to deal with
Следующее
От: mha@postgresql.org (Magnus Hagander)
Дата:
Сообщение: pgsql: Silence compiler warning caused by recent collation patch.