pgsql: Add missing ControlFile.checkPointCopy.ThisTimeLineID line for - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Add missing ControlFile.checkPointCopy.ThisTimeLineID line for
Date
Msg-id 20060426185656.EDE5B11F6213@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add missing ControlFile.checkPointCopy.ThisTimeLineID line for 'guess'
pg_resetxlog.

Simon

Modified Files:
--------------
    pgsql/src/bin/pg_resetxlog:
        pg_resetxlog.c (r1.44 -> r1.45)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_resetxlog/pg_resetxlog.c.diff?r1=1.44&r2=1.45)

pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pgsql: Allow pg_resetxlog -f to reset pg_control
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: In pg_resetxlog.c, uint -> uint32, for Win32 port.