@@ -486,7 +486,7 @@ protocol to make nodes agree on a serializable transactional order.
486
486
<para>
487
487
Directly moving WAL records from one database server to another
488
488
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
490
490
one file (WAL segment) at a time. WAL files (16MB) can be
491
491
shipped easily and cheaply over any distance, whether it be to an
492
492
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'
944
944
</para>
945
945
946
946
<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
948
948
WAL record is then sent to the standby. The standby sends reply
949
949
messages each time a new batch of WAL data is written to disk, unless
950
950
<varname>wal_receiver_status_interval</> is set to zero on the standby.