From: Amit Kapila Date: Wed, 21 Aug 2024 11:15:36 +0000 (+0530) Subject: Fix typos in 9758174e2e. X-Git-Tag: REL_18_BETA1~2073 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d43b8bb6b8f56cda59d14b5040496e266b0d9d25;p=thirdparty%2Fpostgresql.git Fix typos in 9758174e2e. Reported off-list by Erik Rijkers --- diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml index 885a2d70ae7..08f89e01ada 100644 --- a/doc/src/sgml/logical-replication.sgml +++ b/doc/src/sgml/logical-replication.sgml @@ -1608,7 +1608,7 @@ test_sub=# SELECT * FROM t1 ORDER BY id; Updating a row that was previously modified by another origin. Note that this conflict can only be detected when track_commit_timestamp - is enabled on the subscriber. Currenly, the update is always applied + is enabled on the subscriber. Currently, the update is always applied regardless of the origin of the local row. @@ -1646,7 +1646,7 @@ test_sub=# SELECT * FROM t1 ORDER BY id; Deleting a row that was previously modified by another origin. Note that this conflict can only be detected when track_commit_timestamp - is enabled on the subscriber. Currenly, the delete is always applied + is enabled on the subscriber. Currently, the delete is always applied regardless of the origin of the local row.