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 @@ -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 by transfering WAL records
489+ implements file-based log shipping by transferring 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.
You can’t perform that action at this time.
0 commit comments