Fix an outdated and grammatically wrong comment

Authored by Amit Langote and myself independently
Discussion: https://postgr.es/m/CA+HiwqGCjcH0gG-=tM7hhP7TEDmzrHMHJbPGSHtHgFmx9mnFkg@mail.gmail.com
This commit is contained in:
Alvaro Herrera 2022-03-19 19:31:38 +01:00
parent eb8399cf1f
commit a1fc50672c
No known key found for this signature in database
GPG Key ID: 1C20ACB9D5C564AE
1 changed files with 3 additions and 3 deletions

View File

@ -1517,9 +1517,9 @@ ldelete:;
* for the caller.
*
* False is returned if the tuple we're trying to move is found to have been
* concurrently updated. In that case, the caller must to check if the
* updated tuple that's returned in *retry_slot still needs to be re-routed,
* 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.
*/
static bool
ExecCrossPartitionUpdate(ModifyTableContext *context,