pgsql: Fix longstanding gripe that we check for 0000000001.history at - Mailing list pgsql-committers

From sriggs@postgresql.org (Simon Riggs)
Subject pgsql: Fix longstanding gripe that we check for 0000000001.history at
Date
Msg-id 20100126000714.1615B7541B9@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix longstanding gripe that we check for 0000000001.history at start of
archive recovery, even when we know it is never present.

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        xlog.c (r1.360 -> r1.361)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.360&r2=1.361)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add get_bit/set_bit functions for bit strings, paralleling those
Next
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Make the default pg_hba.conf and pg_ident.conf align at