Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1605291

Browse files
committed
Typo fix.
Etsuro Fujita
1 parent 412f604 commit 1605291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/executor/execMain.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2182,7 +2182,7 @@ EvalPlanQualInit(EPQState *epqstate, EState *estate,
21822182
/*
21832183
* EvalPlanQualSetPlan -- set or change subplan of an EPQState.
21842184
*
2185-
* We need this so that ModifyTuple can deal with multiple subplans.
2185+
* We need this so that ModifyTable can deal with multiple subplans.
21862186
*/
21872187
void
21882188
EvalPlanQualSetPlan(EPQState *epqstate, Plan *subplan, List *auxrowmarks)

0 commit comments

Comments
 (0)