projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
412f604
)
Typo fix.
author
Robert Haas
<rhaas@postgresql.org>
Mon, 19 Jan 2015 16:36:22 +0000
(11:36 -0500)
committer
Robert Haas
<rhaas@postgresql.org>
Mon, 19 Jan 2015 16:36:48 +0000
(11:36 -0500)
Etsuro Fujita
src/backend/executor/execMain.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/executor/execMain.c
b/src/backend/executor/execMain.c
index 73b6ebd5ec240f916a4766b3ca53ea80ae09ad15..b9f21c560f90bcced176a854fb139681c1cd4285 100644
(file)
--- 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 ModifyT
up
le can deal with multiple subplans.
+ * We need this so that ModifyT
ab
le can deal with multiple subplans.
*/
void
EvalPlanQualSetPlan(EPQState *epqstate, Plan *subplan, List *auxrowmarks)