mirror of
https://github.com/postgres/postgres.git
synced 2025-04-21 12:05:57 +03:00
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:
parent
eb8399cf1f
commit
a1fc50672c
@ -1517,9 +1517,9 @@ ldelete:;
|
|||||||
* for the caller.
|
* for the caller.
|
||||||
*
|
*
|
||||||
* False is returned if the tuple we're trying to move is found to have been
|
* 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
|
* concurrently updated. In that case, the caller must check if the updated
|
||||||
* updated tuple that's returned in *retry_slot still needs to be re-routed,
|
* tuple (in updateCxt->cpUpdateRetrySlot) still needs to be re-routed, and
|
||||||
* and call this function again or perform a regular update accordingly.
|
* call this function again or perform a regular update accordingly.
|
||||||
*/
|
*/
|
||||||
static bool
|
static bool
|
||||||
ExecCrossPartitionUpdate(ModifyTableContext *context,
|
ExecCrossPartitionUpdate(ModifyTableContext *context,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user