Commit ad275473 authored by Robert Haas's avatar Robert Haas

Typo fixes.

Erik Rijkers
parent f5e524d9
...@@ -486,7 +486,7 @@ protocol to make nodes agree on a serializable transactional order. ...@@ -486,7 +486,7 @@ protocol to make nodes agree on a serializable transactional order.
<para> <para>
Directly moving WAL records from one database server to another Directly moving WAL records from one database server to another
is typically described as log shipping. <productname>PostgreSQL</> is typically described as log shipping. <productname>PostgreSQL</>
implements file-based log shipping by transfering WAL records implements file-based log shipping by transferring WAL records
one file (WAL segment) at a time. WAL files (16MB) can be one file (WAL segment) at a time. WAL files (16MB) can be
shipped easily and cheaply over any distance, whether it be to an shipped easily and cheaply over any distance, whether it be to an
adjacent system, another system at the same site, or another system on 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,7 +944,7 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
</para> </para>
<para> <para>
After a commit record has been written to disk on the primary the After a commit record has been written to disk on the primary, the
WAL record is then sent to the standby. The standby sends reply WAL record is then sent to the standby. The standby sends reply
messages each time a new batch of WAL data is written to disk, unless messages each time a new batch of WAL data is written to disk, unless
<varname>wal_receiver_status_interval</> is set to zero on the standby. <varname>wal_receiver_status_interval</> is set to zero on the standby.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment