pgsql: Fix bug in processing of checkpoint time for max_standby_delay.

From: sriggs(at)postgresql(dot)org (Simon Riggs)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix bug in processing of checkpoint time for max_standby_delay.
Date: 2010-05-15 07:14:44
Message-ID: 20100515071444.B75147541D2@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2010-05-15 09:31:57 pgsql: Fix typos in comments, spotted by Josh Kupershmidt.
Previous Message Robert Haas 2010-05-14 18:08:34 pgsql: We now accept read-only connections in state