pgsql: Fix non-improvement of description of archive_timeout.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix non-improvement of description of archive_timeout.
Date: 2006-09-03 19:06:15
Message-ID: 20060903190615.E1A399FB26F@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-docs

Log Message:
-----------
Fix non-improvement of description of archive_timeout. archive_command
is only invoked on completed WAL segments, period --- there's no 'by
default' about it.

Modified Files:
--------------
pgsql/doc/src/sgml:
config.sgml (r1.82 -> r1.83)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml.diff?r1=1.82&r2=1.83)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-09-03 19:15:38 Re: [COMMITTERS] pgsql: Fix non-improvement of description of
Previous Message Tom Lane 2006-09-03 15:59:39 pgsql: Arrange for GetSnapshotData to copy live-subtransaction XIDs from

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2006-09-03 19:15:38 Re: [COMMITTERS] pgsql: Fix non-improvement of description of
Previous Message Bruce Momjian 2006-09-03 01:58:52 Re: Predicate Locking