mirror of
https://github.com/postgres/postgres.git
synced 2025-04-20 00:42:27 +03:00
Remove duplicated comment in nodeModifyTable.c
Author: Amul Sul Discussion: https://postgr.es/m/CAAJ_b97badUU8_DHNoFCXZxF6YUk0Yb=53rrum168hd1haJgpQ@mail.gmail.com
This commit is contained in:
parent
fce003cfde
commit
17feb6a566
@ -1948,9 +1948,6 @@ ExecUpdatePrepareSlot(ResultRelInfo *resultRelInfo,
|
||||
* caller is also in charge of doing EvalPlanQual if the tuple is found to
|
||||
* be concurrently updated. However, in case of a cross-partition update,
|
||||
* this routine does it.
|
||||
*
|
||||
* Caller is in charge of doing EvalPlanQual as necessary, and of keeping
|
||||
* indexes current for the update.
|
||||
*/
|
||||
static TM_Result
|
||||
ExecUpdateAct(ModifyTableContext *context, ResultRelInfo *resultRelInfo,
|
||||
|
Loading…
x
Reference in New Issue
Block a user