pgsql: Document that archive_timeout will force new WAL files even if a

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Document that archive_timeout will force new WAL files even if a
Date: 2010-02-05 23:37:44
Message-ID: 20100205233744.42DA17541B9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2010-02-05 23:53:23 pgsql: Mention warm and now "hot" standby servers in the high
Previous Message Bruce Momjian 2010-02-05 20:26:56 pgsql: Add C comment about process_settings() setting order.