pgsql: After archive recovery, mark the last WAL segment from the parent - Mailing list pgsql-committers

From heikki@postgresql.org (Heikki Linnakangas)
Subject pgsql: After archive recovery, mark the last WAL segment from the parent
Date
Msg-id 20090422195112.CE8517540E2@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Use brackets in psql \df \? help.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Change the default value of max_prepared_transactions to zero,