pgsql: Fix recoveryLastXTime logic so that it actually does what one

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix recoveryLastXTime logic so that it actually does what one
Date: 2008-10-30 04:06:25
Message-ID: 20081030040625.EE8287545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix recoveryLastXTime logic so that it actually does what one would expect.
Per gripe from Kevin Grittner. Backpatch to 8.3, where the bug was introduced.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
pgsql/src/backend/access/transam:
xlog.c (r1.292.2.4 -> r1.292.2.5)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.292.2.4&r2=1.292.2.5)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2008-10-30 08:51:13 pgsql: Improve new message
Previous Message Tom Lane 2008-10-30 04:06:16 pgsql: Fix recoveryLastXTime logic so that it actually does what one