Skip to content

Commit c74d3ac

Browse files
committed
Synchronous replication doc corrections.
Thom Brown
1 parent 7193a90 commit c74d3ac

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

doc/src/sgml/config.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2092,7 +2092,7 @@ SET ENABLE_SEQSCAN TO OFF;
20922092
</para>
20932093
<para>
20942094
If a standby is removed from the list of servers then it will stop
2095-
being the synchronous standby, allowing another to take it's place.
2095+
being the synchronous standby, allowing another to take its place.
20962096
If the list is empty, synchronous replication will not be
20972097
possible, whatever the setting of <varname>synchronous_replication</>,
20982098
however, already waiting commits will continue to wait.

doc/src/sgml/high-availability.sgml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
927927

928928
<para>
929929
All parameters have useful default values, so we can enable
930-
synchronous replication easily just by setting this on the primary
930+
synchronous replication easily just by setting this on the primary:
931931

932932
<programlisting>
933933
synchronous_replication = on
@@ -938,7 +938,7 @@ synchronous_replication = on
938938
even if that takes a very long time.
939939
<varname>synchronous_replication</> can be set by individual
940940
users, so can be configured in the configuration file, for particular
941-
users or databases, or dynamically by applications programs.
941+
users or databases, or dynamically by applications.
942942
</para>
943943

944944
<para>
@@ -1008,9 +1008,6 @@ synchronous_replication = on
10081008
<para>
10091009
You should consider that the network bandwidth must be higher than
10101010
the rate of generation of WAL data.
1011-
10% of changes are important customer details, while
1012-
90% of changes are less important data that the business can more
1013-
easily survive if it is lost, such as chat messages between users.
10141011
</para>
10151012

10161013
</sect3>
@@ -1019,7 +1016,7 @@ synchronous_replication = on
10191016
<title>Planning for High Availability</title>
10201017

10211018
<para>
1022-
Commits made when synchronous_replication is set will wait until at
1019+
Commits made when synchronous_replication is set will wait until
10231020
the sync standby responds. The response may never occur if the last,
10241021
or only, standby should crash.
10251022
</para>

0 commit comments

Comments
 (0)