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

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make sure pg_control is opened in binary mode, to deal with
Date: 2008-09-24 08:59:44
Message-ID: 20080924085944.6BD0E7545A5@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_2_STABLE

Modified Files:
--------------
pgsql/src/bin/pg_controldata:
pg_controldata.c (r1.31 -> r1.31.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_controldata/pg_controldata.c?r1=1.31&r2=1.31.2.1)
pgsql/src/bin/pg_resetxlog:
pg_resetxlog.c (r1.53 -> r1.53.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_resetxlog/pg_resetxlog.c?r1=1.53&r2=1.53.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2008-09-24 08:59:46 pgsql: Make sure pg_control is opened in binary mode, to deal with
Previous Message Magnus Hagander 2008-09-24 08:59:42 pgsql: Make sure pg_control is opened in binary mode, to deal with