Received: from maia.hub.org (maia-5.hub.org [200.46.204.29]) by mail.postgresql.org (Postfix) with ESMTP id 8342D1337B4E for ; Tue, 5 Apr 2011 04:05:06 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.29]) (amavisd-maia, port 10024) with ESMTP id 77071-10 for ; Tue, 5 Apr 2011 07:04:56 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from smtp-vbr14.xs4all.nl (smtp-vbr14.xs4all.nl [194.109.24.34]) by mail.postgresql.org (Postfix) with ESMTP id B660C1337B47 for ; Tue, 5 Apr 2011 04:04:55 -0300 (ADT) Received: from webmail.xs4all.nl (dovemail4.xs4all.nl [194.109.26.6]) by smtp-vbr14.xs4all.nl (8.13.8/8.13.8) with ESMTP id p3574re9001533 for ; Tue, 5 Apr 2011 09:04:54 +0200 (CEST) (envelope-from er@xs4all.nl) Received: from 156.83.1.139 (SquirrelMail authenticated user er) by webmail.xs4all.nl with HTTP; Tue, 5 Apr 2011 09:04:54 +0200 Message-ID: <17469e0e492973c4881867d7ef18209f.squirrel@webmail.xs4all.nl> Date: Tue, 5 Apr 2011 09:04:54 +0200 Subject: high-availibility..sgml typos From: "Erik Rijkers" To: pgsql-docs@postgresql.org User-Agent: SquirrelMail/1.4.18 MIME-Version: 1.0 Content-Type: multipart/mixed;boundary="----=_20110405090454_63947" X-Virus-Scanned: by XS4ALL Virus Scanner X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.91 tagged_above=-5 required=5 tests=BAYES_00=-1.9, T_RP_MATCHES_RCVD=-0.01 X-Spam-Level: X-Archive-Number: 201104/35 X-Sequence-Number: 6606 ------=_20110405090454_63947 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit typos. ------=_20110405090454_63947 Content-Type: text/x-patch; name="high-availability.sgml.diff" Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="high-availability.sgml.diff" --- doc/src/sgml/high-availability.sgml.orig 2011-04-05 08:47:30.000000000 +0200 +++ doc/src/sgml/high-availability.sgml 2011-04-05 08:56:09.000000000 +0200 @@ -486,7 +486,7 @@ Directly moving WAL records from one database server to another is typically described as log shipping. PostgreSQL - implements file-based log shipping by transfering WAL records + implements file-based log shipping by transferring WAL records one file (WAL segment) at a time. WAL files (16MB) can be shipped easily and cheaply over any distance, whether it be to an adjacent system, another system at the same site, or another system on @@ -944,8 +944,8 @@ - After a commit record has been written to disk on the primary the - WAL record is then sent to the standby. The standby sends reply + After a commit record has been written to disk on the primary, the + WAL record is sent to the standby. The standby sends reply messages each time a new batch of WAL data is written to disk, unless wal_receiver_status_interval is set to zero on the standby. If the standby is the first matching standby, as specified in ------=_20110405090454_63947--