X-Original-To: pgsql-committers-postgresql.org@postgresql.org Received: from localhost (wm.hub.org [200.46.204.128]) by postgresql.org (Postfix) with ESMTP id 9C19F9FB1C8 for ; Sun, 3 Sep 2006 16:06:23 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.128]) (amavisd-new, port 10024) with ESMTP id 10311-06 for ; Sun, 3 Sep 2006 19:06:15 +0000 (UTC) Received: by postgresql.org (Postfix, from userid 1007) id E1A399FB26F; Sun, 3 Sep 2006 16:06:15 -0300 (ADT) MIME-Version: 1.0 To: pgsql-committers@postgresql.org Subject: pgsql: Fix non-improvement of description of archive_timeout. X-Mailer: activitymail 1.19, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain Message-Id: <20060903190615.E1A399FB26F@postgresql.org> Date: Sun, 3 Sep 2006 16:06:15 -0300 (ADT) From: tgl@postgresql.org (Tom Lane) X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200609/50 X-Sequence-Number: 24568 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)