pgsql: Fix longstanding gripe that we check for 0000000001.history at

From: sriggs(at)postgresql(dot)org (Simon Riggs)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix longstanding gripe that we check for 0000000001.history at
Date: 2010-01-26 00:07:14
Message-ID: 20100126000714.1615B7541B9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2010-01-26 06:45:31 pgsql: Make the default pg_hba.conf and pg_ident.conf align at
Previous Message Tom Lane 2010-01-25 20:55:33 pgsql: Add get_bit/set_bit functions for bit strings, paralleling those