Skip to content

Commit 485cc2a

Browse files
author
Commitfest Bot
committed
[CF 6005] Doc: Fix definition of asynchronous replication
This branch was automatically generated by a robot using patches from an email thread registered at: https://commitfest.postgresql.org/patch/6005 The branch will be overwritten each time a new patch version is posted to the thread, and also periodically to check for bitrot caused by changes on the master branch. Patch(es): https://www.postgresql.org/message-id/[email protected] Author(s): Michael Paquier
2 parents 3f43110 + f8d2866 commit 485cc2a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/src/sgml/high-availability.sgml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -527,9 +527,8 @@ protocol to make nodes agree on a serializable transactional order.
527527
</para>
528528

529529
<para>
530-
It should be noted that log shipping is asynchronous, i.e., the WAL
531-
records are shipped after transaction commit. As a result, there is a
532-
window for data loss should the primary server suffer a catastrophic
530+
It should be noted that log shipping is asynchronous. As a result, there
531+
is a window for data loss should the primary server suffer a catastrophic
533532
failure; transactions not yet shipped will be lost. The size of the
534533
data loss window in file-based log shipping can be limited by use of the
535534
<varname>archive_timeout</varname> parameter, which can be set as low

0 commit comments

Comments
 (0)