public inbox for [email protected]
help / color / mirror / Atom feedhigh-availibility..sgml typos
2+ messages / 2 participants
[nested] [flat]
* high-availibility..sgml typos
@ 2011-04-05 07:04 Erik Rijkers <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Erik Rijkers @ 2011-04-05 07:04 UTC (permalink / raw)
To: pgsql-docs
typos.
Attachments:
[text/x-patch] high-availability.sgml.diff (1.2K, 2-high-availability.sgml.diff)
download | inline diff:
--- doc/src/sgml/high-availability.sgml.orig 2011-04-05 08:47:30.000000000 +0200
+++ doc/src/sgml/high-availability.sgml 2011-04-05 08:56:09.000000000 +0200
@@ -486,7 +486,7 @@
<para>
Directly moving WAL records from one database server to another
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
shipped easily and cheaply over any distance, whether it be to an
adjacent system, another system at the same site, or another system on
@@ -944,8 +944,8 @@
</para>
<para>
- 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
+ After a commit record has been written to disk on the primary, the
+ WAL record is sent to the standby. The standby sends reply
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.
If the standby is the first matching standby, as specified in
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: high-availibility..sgml typos
@ 2011-04-05 16:41 Robert Haas <[email protected]>
parent: Erik Rijkers <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Robert Haas @ 2011-04-05 16:41 UTC (permalink / raw)
To: Erik Rijkers <[email protected]>; +Cc: pgsql-docs
On Tue, Apr 5, 2011 at 3:04 AM, Erik Rijkers <[email protected]> wrote:
> typos.
I committed the first two, but I didn't remove the word "then" from
"the WAL is then sent to the standby" because I don't think that's a
typo.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2011-04-05 16:41 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2011-04-05 07:04 high-availibility..sgml typos Erik Rijkers <[email protected]>
2011-04-05 16:41 ` Robert Haas <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox