File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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;
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>
You can’t perform that action at this time.
0 commit comments