File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -881,7 +881,7 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
881881 The cascading replication feature allows a standby server to accept replication
882882 connections and stream WAL records to other standbys, acting as a relay.
883883 This can be used to reduce the number of direct connections to the master
884- and also to minimise inter-site bandwidth overheads.
884+ and also to minimize inter-site bandwidth overheads.
885885 </para>
886886
887887 <para>
@@ -1041,7 +1041,7 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
10411041 <para>
10421042 Synchronous replication usually requires carefully planned and placed
10431043 standby servers to ensure applications perform acceptably. Waiting
1044- doesn't utilise system resources, but transaction locks continue to be
1044+ doesn't utilize system resources, but transaction locks continue to be
10451045 held until the transfer is confirmed. As a result, incautious use of
10461046 synchronous replication will reduce performance for database
10471047 applications because of increased response times and higher contention.
You can’t perform that action at this time.
0 commit comments