mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Typo fix.
Etsuro Fujita
This commit is contained in:
parent
412f604adb
commit
1605291b6c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue