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

Commitad27547

Browse files
committed
Typo fixes.
Erik Rijkers
1 parentf5e524d commitad27547

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
@@ -486,7 +486,7 @@ protocol to make nodes agree on a serializable transactional order.
486486
<para>
487487
Directly moving WAL records from one database server to another
488488
is typically described as log shipping. <productname>PostgreSQL</>
489-
implements file-based log shipping bytransfering WAL records
489+
implements file-based log shipping bytransferring WAL records
490490
one file (WAL segment) at a time. WAL files (16MB) can be
491491
shipped easily and cheaply over any distance, whether it be to an
492492
adjacent system, another system at the same site, or another system on
@@ -944,7 +944,7 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
944944
</para>
945945

946946
<para>
947-
After a commit record has been written to disk on the primary the
947+
After a commit record has been written to disk on the primary, the
948948
WAL record is then sent to the standby. The standby sends reply
949949
messages each time a new batch of WAL data is written to disk, unless
950950
<varname>wal_receiver_status_interval</> is set to zero on the standby.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp