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:16
Message-ID: 20081030040616.964727545A4@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.

Modified Files:
--------------
pgsql/src/backend/access/transam:
xlog.c (r1.319 -> r1.320)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.319&r2=1.320)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-10-30 04:06:25 pgsql: Fix recoveryLastXTime logic so that it actually does what one
Previous Message User Itagaki 2008-10-30 03:30:24 orafce - orafce: - Add utl_file.fremove().