pgsql: Fix bug in processing of checkpoint time for max_standby_delay. - Mailing list pgsql-committers

From [email protected] (Simon Riggs)
Subject pgsql: Fix bug in processing of checkpoint time for max_standby_delay.
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix bug in processing of checkpoint time for max_standby_delay. Latest
log time was incorrectly set, typically leading to dates in the past,
which would cause more cancellations in Hot Standby on a quiet server.

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        xlog.c (r1.411 -> r1.412)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.411&r2=1.412)

pgsql-committers by date:

Previous
From: [email protected] (Robert Haas)
Date:
Subject: pgsql: We now accept read-only connections in state
Next
From: [email protected] (Heikki Linnakangas)
Date:
Subject: pgsql: Fix typos in comments, spotted by Josh Kupershmidt.