Remove duplicated comment in nodeModifyTable.c
authorMichael Paquier <michael@paquier.xyz>
Thu, 16 Feb 2023 08:13:26 +0000 (17:13 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 16 Feb 2023 08:13:26 +0000 (17:13 +0900)
Author: Amul Sul
Discussion: https://postgr.es/m/CAAJ_b97badUU8_DHNoFCXZxF6YUk0Yb=53rrum168hd1haJgpQ@mail.gmail.com

src/backend/executor/nodeModifyTable.c

index f8e71ef1cc164de43904647e485130677a07d768..a94d7f86e5440f5a54c1588c720691338593694b 100644 (file)
@@ -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,