[trivial patch] grammar fixes in doc/src/sgml/high-availability.sgml

Started by Christoph Bergalmost 14 years ago2 messages
#1Christoph Berg
cb@df7cb.de
diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml
new file mode 100644
index ed34dac..c5f3ff9
*** a/doc/src/sgml/high-availability.sgml
--- b/doc/src/sgml/high-availability.sgml
*************** primary_conninfo = 'host=192.168.1.50 po
*** 1022,1028 ****
     <para>
      Users will stop waiting if a fast shutdown is requested.  However, as
!     when using asynchronous replication, the server will does not fully
      shutdown until all outstanding WAL records are transferred to the currently
      connected standby servers.
     </para>
--- 1022,1028 ----

<para>
Users will stop waiting if a fast shutdown is requested. However, as
! when using asynchronous replication, the server will not fully
shutdown until all outstanding WAL records are transferred to the currently
connected standby servers.
</para>
*************** primary_conninfo = 'host=192.168.1.50 po
*** 1126,1132 ****

     <para>
      If you need to re-create a standby server while transactions are
!     waiting, make sure that the commands to run pg_start_backup() and
      pg_stop_backup() are run in a session with
      <varname>synchronous_commit</> = <literal>off</>, otherwise those
      requests will wait forever for the standby to appear.
--- 1126,1132 ----

<para>
If you need to re-create a standby server while transactions are
! waiting, make sure that the commands pg_start_backup() and
pg_stop_backup() are run in a session with
<varname>synchronous_commit</> = <literal>off</>, otherwise those
requests will wait forever for the standby to appear.

Christoph
--
cb@df7cb.de | http://www.df7cb.de/

#2Robert Haas
robertmhaas@gmail.com
In reply to: Christoph Berg (#1)
Re: [trivial patch] grammar fixes in doc/src/sgml/high-availability.sgml

On Fri, Apr 13, 2012 at 8:12 AM, Christoph Berg <cb@df7cb.de> wrote:

diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml

Thanks for the patch; however, please attach patches rather than
including them inlined; they don't extract cleanly when included
inline, at least not for me. I recreated this one (I think) and
committed it.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company