File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1608,7 +1608,7 @@ test_sub=# SELECT * FROM t1 ORDER BY id;
1608
1608
Updating a row that was previously modified by another origin.
1609
1609
Note that this conflict can only be detected when
1610
1610
<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
1612
1612
regardless of the origin of the local row.
1613
1613
</para>
1614
1614
</listitem>
@@ -1646,7 +1646,7 @@ test_sub=# SELECT * FROM t1 ORDER BY id;
1646
1646
Deleting a row that was previously modified by another origin. Note that
1647
1647
this conflict can only be detected when
1648
1648
<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
1650
1650
regardless of the origin of the local row.
1651
1651
</para>
1652
1652
</listitem>
You can’t perform that action at this time.
0 commit comments