Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d43b8bb

Browse files
author
Amit Kapila
committed
Fix typos in 9758174.
Reported off-list by Erik Rijkers
1 parent 7ff9afb commit d43b8bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/logical-replication.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1608,7 +1608,7 @@ test_sub=# SELECT * FROM t1 ORDER BY id;
16081608
Updating a row that was previously modified by another origin.
16091609
Note that this conflict can only be detected when
16101610
<link linkend="guc-track-commit-timestamp"><varname>track_commit_timestamp</varname></link>
1611-
is enabled on the subscriber. Currenly, the update is always applied
1611+
is enabled on the subscriber. Currently, the update is always applied
16121612
regardless of the origin of the local row.
16131613
</para>
16141614
</listitem>
@@ -1646,7 +1646,7 @@ test_sub=# SELECT * FROM t1 ORDER BY id;
16461646
Deleting a row that was previously modified by another origin. Note that
16471647
this conflict can only be detected when
16481648
<link linkend="guc-track-commit-timestamp"><varname>track_commit_timestamp</varname></link>
1649-
is enabled on the subscriber. Currenly, the delete is always applied
1649+
is enabled on the subscriber. Currently, the delete is always applied
16501650
regardless of the origin of the local row.
16511651
</para>
16521652
</listitem>

0 commit comments

Comments
 (0)