pgsql: Fix recoveryLastXTime logic so that it actually does what one - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix recoveryLastXTime logic so that it actually does what one
Date
Msg-id 20081030040616.964727545A4@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: itagaki@pgfoundry.org (User Itagaki)
Date:
Subject: orafce - orafce: - Add utl_file.fremove().
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix recoveryLastXTime logic so that it actually does what one