aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2012-08-24 22:35:53 -0400
committerPeter Eisentraut <peter_e@gmx.net>2012-08-24 22:50:43 -0400
commit8606e47e1120b891e9a539881c0aa2bb9b03ba62 (patch)
tree93dbacb16f4e37ad7851308f3b0857f0f14fd6dd /doc/src
parent7abaa6b9d3eeccf777c0210b7340d960b9cceb97 (diff)
downloadpostgresql-8606e47e1120b891e9a539881c0aa2bb9b03ba62.tar.gz
postgresql-8606e47e1120b891e9a539881c0aa2bb9b03ba62.zip
Normalize some British spellings
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/high-availability.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml
index f3816085b6f..62f72b40ae0 100644
--- a/doc/src/sgml/high-availability.sgml
+++ b/doc/src/sgml/high-availability.sgml
@@ -881,7 +881,7 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
The cascading replication feature allows a standby server to accept replication
connections and stream WAL records to other standbys, acting as a relay.
This can be used to reduce the number of direct connections to the master
- and also to minimise inter-site bandwidth overheads.
+ and also to minimize inter-site bandwidth overheads.
</para>
<para>
@@ -1041,7 +1041,7 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
<para>
Synchronous replication usually requires carefully planned and placed
standby servers to ensure applications perform acceptably. Waiting
- doesn't utilise system resources, but transaction locks continue to be
+ doesn't utilize system resources, but transaction locks continue to be
held until the transfer is confirmed. As a result, incautious use of
synchronous replication will reduce performance for database
applications because of increased response times and higher contention.