pgsql: After archive recovery, mark the last WAL segment from the parent

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: After archive recovery, mark the last WAL segment from the parent
Date: 2009-04-22 19:51:12
Message-ID: 20090422195112.CE8517540E2@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
After archive recovery, mark the last WAL segment from the parent timeline
ready for archival. It was marked at the next checkpoint anyway, but
waiting for the next checkpoint is an unnecessary delay.

Fujii Masao

Modified Files:
--------------
pgsql/src/backend/access/transam:
xlog.c (r1.335 -> r1.336)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.335&r2=1.336)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-04-23 00:23:46 pgsql: Change the default value of max_prepared_transactions to zero,
Previous Message Bruce Momjian 2009-04-22 14:58:48 pgsql: Use brackets in psql \df \? help.