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

Lists: pgsql-committers
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
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)