@@ -873,7 +873,7 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
873
873
might indicate that the master server is under heavy load, while
874
874
differences between <literal>sent_location</> and
875
875
<function>pg_last_xlog_receive_location</> on the standby might indicate
876
- network delay, or that the the standby is under heavy load.
876
+ network delay, or that the standby is under heavy load.
877
877
</para>
878
878
</sect3>
879
879
@@ -952,7 +952,7 @@ synchronous_replication = on
952
952
If the standby is the first matching standby, as specified in
953
953
<varname>synchronous_standby_names</> on the primary, the reply
954
954
messages from that standby will be used to wake users waiting for
955
- confirmation the commit record has been received. These parameters
955
+ confirmation that the commit record has been received. These parameters
956
956
allow the administrator to specify which standby servers should be
957
957
synchronous standbys. Note that the configuration of synchronous
958
958
replication is mainly on the master.
@@ -1002,10 +1002,10 @@ synchronous_replication = on
1002
1002
1003
1003
<para>
1004
1004
With synchronous replication options specified at the application level
1005
- (on the primary) we can offer sync rep for the most important changes,
1006
- without slowing down the bulk of the total workload. Application level
1007
- options are an important and practical tool for allowing the benefits of
1008
- synchronous replication for high performance applications.
1005
+ (on the primary) we can offer synchronous replication for the most
1006
+ important changes, without slowing down the bulk of the total workload.
1007
+ Application level options are an important and practical tool for allowing
1008
+ the benefits of synchronous replication for high performance applications.
1009
1009
</para>
1010
1010
1011
1011
<para>
@@ -1029,7 +1029,7 @@ synchronous_replication = on
1029
1029
your last remaining sync standby. This can be achieved by naming multiple
1030
1030
potential synchronous standbys using <varname>synchronous_standby_names</>.
1031
1031
The first named standby will be used as the synchronous standby. Standbys
1032
- listed after this will takeover the role of synchronous standby if the
1032
+ listed after this will take over the role of synchronous standby if the
1033
1033
first one should fail.
1034
1034
</para>
1035
1035
@@ -1039,7 +1039,7 @@ synchronous_replication = on
1039
1039
the lag between standby and primary reaches zero for the first time
1040
1040
we move to real-time <literal>STREAMING</> state.
1041
1041
The catch-up duration may be long immediately after the standby has
1042
- been created. If the standby is shutdown , then the catch-up period
1042
+ been created. If the standby is shut down , then the catch-up period
1043
1043
will increase according to the length of time the standby has been down.
1044
1044
The standby is only able to become a synchronous standby
1045
1045
once it has reached <literal>STREAMING</> state.
@@ -1060,12 +1060,13 @@ synchronous_replication = on
1060
1060
1061
1061
<para>
1062
1062
If you really do lose your last standby server then you should disable
1063
- <varname>synchronous_standby_names</> and restart the primary server.
1063
+ <varname>synchronous_standby_names</> and reload the configuration file
1064
+ on the primary server.
1064
1065
</para>
1065
1066
1066
1067
<para>
1067
- If the primary is isolated from remaining standby severs you should
1068
- failover to the best candidate of those other remaining standby servers.
1068
+ If the primary is isolated from remaining standby servers you should
1069
+ fail over to the best candidate of those other remaining standby servers.
1069
1070
</para>
1070
1071
1071
1072
<para>
@@ -1130,7 +1131,7 @@ synchronous_replication = on
1130
1131
and might stay down. To return to normal operation, a standby server
1131
1132
must be recreated,
1132
1133
either on the former primary system when it comes up, or on a third,
1133
- possibly new, system. Once complete the primary and standby can be
1134
+ possibly new, system. Once complete, the primary and standby can be
1134
1135
considered to have switched roles. Some people choose to use a third
1135
1136
server to provide backup for the new primary until the new standby
1136
1137
server is recreated,
@@ -1155,8 +1156,7 @@ synchronous_replication = on
1155
1156
<command>pg_ctl promote</> to fail over, <varname>trigger_file</> is
1156
1157
not required. If you're setting up the reporting servers that are
1157
1158
only used to offload read-only queries from the primary, not for high
1158
- availability purposes, you don't need to exit recovery in the standby
1159
- and promote it to a master.
1159
+ availability purposes, you don't need to promote it.
1160
1160
</para>
1161
1161
</sect1>
1162
1162
0 commit comments