8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifier 8000 s, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb8399c commit a1fc506Copy full SHA for a1fc506
src/backend/executor/nodeModifyTable.c
@@ -1517,9 +1517,9 @@ ldelete:;
1517
* for the caller.
1518
*
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.
+ * concurrently updated. In that case, the caller must check if the updated
+ * tuple (in updateCxt->cpUpdateRetrySlot) still needs to be re-routed, and
+ * call this function again or perform a regular update accordingly.
1523
*/
1524
static bool
1525
ExecCrossPartitionUpdate(ModifyTableContext *context,
0 commit comments