[trivial patch] grammar fixes in doc/src/sgml/high-availability.sgml - Mailing list pgsql-hackers

From Christoph Berg
Subject [trivial patch] grammar fixes in doc/src/sgml/high-availability.sgml
Date
Msg-id 20120413121244.GA28654@msgid.df7cb.de
Whole thread Raw
Responses Re: [trivial patch] grammar fixes in doc/src/sgml/high-availability.sgml  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
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
recordsare 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
transferredto 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/

pgsql-hackers by date:

Previous
From: Shigeru HANADA
Date:
Subject: Re: not null validation option in contrib/file_fdw
Next
From: Andrew Dunstan
Date:
Subject: Re: not null validation option in contrib/file_fdw