diff options
author | Michael Paquier <michael@paquier.xyz> | 2023-02-16 17:13:26 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2023-02-16 17:13:26 +0900 |
commit | 17feb6a566b77bf62ca453dec215adcc71755c20 (patch) | |
tree | c28f4e73dab6c32d87bc22bb6d38c511b9d06cab /src/backend/executor | |
parent | fce003cfde219b7016140f83f67ebcfdf75aa0dc (diff) | |
download | postgresql-17feb6a566b77bf62ca453dec215adcc71755c20.tar.gz postgresql-17feb6a566b77bf62ca453dec215adcc71755c20.zip |
Remove duplicated comment in nodeModifyTable.c
Author: Amul Sul
Discussion: https://postgr.es/m/CAAJ_b97badUU8_DHNoFCXZxF6YUk0Yb=53rrum168hd1haJgpQ@mail.gmail.com
Diffstat (limited to 'src/backend/executor')
-rw-r--r-- | src/backend/executor/nodeModifyTable.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/backend/executor/nodeModifyTable.c b/src/backend/executor/nodeModifyTable.c index f8e71ef1cc1..a94d7f86e54 100644 --- a/src/backend/executor/nodeModifyTable.c +++ b/src/backend/executor/nodeModifyTable.c @@ -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, |