Typo fix.

Etsuro Fujita
This commit is contained in:
Robert Haas 2015-01-19 11:36:22 -05:00
parent 412f604adb
commit 1605291b6c
1 changed files with 1 additions and 1 deletions

View File

@ -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)