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.

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)