Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8606e47

Browse files
committed
Normalize some British spellings
1 parent7abaa6b commit8606e47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/high-availability.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 tominimise inter-site bandwidth overheads.
884+
and also tominimize 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'tutilise system resources, but transaction locks continue to be
1044+
doesn'tutilize 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.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp