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

From sriggs@postgresql.org (Simon Riggs)
Subject pgsql: Fix bug in processing of checkpoint time for max_standby_delay.
Date
Msg-id 20100515071444.B75147541D2@cvs.postgresql.org
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: rhaas@postgresql.org (Robert Haas)
Date:
Subject: pgsql: We now accept read-only connections in state
Next
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: Fix typos in comments, spotted by Josh Kupershmidt.