pgsql: Document that archive_timeout will force new WAL files even if a - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Document that archive_timeout will force new WAL files even if a
Date
Msg-id 20100205233744.42DA17541B9@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Document that archive_timeout will force new WAL files  even if a single
checkpoint has happened, and recommend adjusting checkpoint_timeout to
reduce the impact of this.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        config.sgml (r1.249 -> r1.250)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml?r1=1.249&r2=1.250)
    pgsql/src/backend/postmaster:
        bgwriter.c (r1.66 -> r1.67)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/bgwriter.c?r1=1.66&r2=1.67)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add C comment about process_settings() setting order.
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Mention warm and now "hot" standby servers in the high