pgsql: Reset minRecoveryPoint at checkpoints, so that we don't uselessly

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Reset minRecoveryPoint at checkpoints, so that we don't uselessly
Date: 2009-12-30 08:37:22
Message-ID: 20091230083722.78156753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Reset minRecoveryPoint at checkpoints, so that we don't uselessly update
it in the control file at crash recovery following an archive recovery.

Per Fujii Masao and subsequent discussion.

Modified Files:
--------------
pgsql/src/backend/access/transam:
xlog.c (r1.354 -> r1.355)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.354&r2=1.355)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2009-12-30 08:37:23 pgsql: Reset minRecoveryPoint at checkpoints, so that we don't uselessly
Previous Message User H-saito 2009-12-30 04:09:15 pg-migrator - pg_migrator: follow english.