pgsql: When archiving is enabled, rotate the last WAL segment at - Mailing list pgsql-committers

From heikki@postgresql.org (Heikki Linnakangas)
Subject pgsql: When archiving is enabled, rotate the last WAL segment at
Date
Msg-id 20090528110216.D879575331E@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
When archiving is enabled, rotate the last WAL segment at shutdown so that
all transactions are archived.

Original patch by Guillaume Smet.

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        xlog.c (r1.340 -> r1.341)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.340&r2=1.341)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Improve release note explanation of the change in libpq's
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Document that forking while having open libpq connections is not