Skip to content

Commit 17feb6a

Browse files
committed
Remove duplicated comment in nodeModifyTable.c
Author: Amul Sul Discussion: https://postgr.es/m/CAAJ_b97badUU8_DHNoFCXZxF6YUk0Yb=53rrum168hd1haJgpQ@mail.gmail.com
1 parent fce003c commit 17feb6a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/backend/executor/nodeModifyTable.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1948,9 +1948,6 @@ ExecUpdatePrepareSlot(ResultRelInfo *resultRelInfo,
19481948
* caller is also in charge of doing EvalPlanQual if the tuple is found to
19491949
* be concurrently updated. However, in case of a cross-partition update,
19501950
* this routine does it.
1951-
*
1952-
* Caller is in charge of doing EvalPlanQual as necessary, and of keeping
1953-
* indexes current for the update.
19541951
*/
19551952
static TM_Result
19561953
ExecUpdateAct(ModifyTableContext *context, ResultRelInfo *resultRelInfo,

0 commit comments

Comments
 (0)