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

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

From
tgl@postgresql.org (Tom Lane)
Date:
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)