aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2015-01-19 11:36:22 -0500
committerRobert Haas <rhaas@postgresql.org>2015-01-19 11:36:48 -0500
commit1605291b6c14be92915948d17f5509191632c97f (patch)
tree470e73a5bdb1379f38c9650bdac4de47a12f4337 /src
parent412f604adbf025618f1338ea6fed0330bc6a610d (diff)
downloadpostgresql-1605291b6c14be92915948d17f5509191632c97f.tar.gz
postgresql-1605291b6c14be92915948d17f5509191632c97f.zip
Typo fix.
Etsuro Fujita
Diffstat (limited to 'src')
-rw-r--r--src/backend/executor/execMain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/executor/execMain.c b/src/backend/executor/execMain.c
index 73b6ebd5ec2..b9f21c560f9 100644
--- a/src/backend/executor/execMain.c
+++ b/src/backend/executor/execMain.c
@@ -2182,7 +2182,7 @@ EvalPlanQualInit(EPQState *epqstate, EState *estate,
/*
* EvalPlanQualSetPlan -- set or change subplan of an EPQState.
*
- * We need this so that ModifyTuple can deal with multiple subplans.
+ * We need this so that ModifyTable can deal with multiple subplans.
*/
void
EvalPlanQualSetPlan(EPQState *epqstate, Plan *subplan, List *auxrowmarks)