File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1517,9 +1517,9 @@ ldelete:;
1517
1517
* for the caller.
1518
1518
*
1519
1519
* False is returned if the tuple we're trying to move is found to have been
1520
- * concurrently updated. In that case, the caller must to check if the
1521
- * updated tuple that's returned in *retry_slot still needs to be re-routed,
1522
- * and call this function again or perform a regular update accordingly.
1520
+ * concurrently updated. In that case, the caller must check if the updated
1521
+ * tuple ( in updateCxt->cpUpdateRetrySlot) still needs to be re-routed, and
1522
+ * call this function again or per
4720
form a regular update accordingly.
1523
1523
*/
1524
1524
static bool
1525
1525
ExecCrossPartitionUpdate (ModifyTableContext * context ,
You can’t perform that action at this time.
0 commit comments