Another comment typo in src/backend/executor/execMain.c
Hi,
I ran into another typo in execMain.c. Patch attached.
Best regards,
Etsuro Fujita
Attachments:
execMain-another-typo.patchtext/x-diff; name=execMain-another-typo.patchDownload
diff --git a/src/backend/executor/execMain.c b/src/backend/executor/execMain.c
index fcc42fa..bc910f0 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)
On Mon, Jan 19, 2015 at 4:00 AM, Etsuro Fujita
<fujita.etsuro@lab.ntt.co.jp> wrote:
I ran into another typo in execMain.c. Patch attached.
Thanks, committed!
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
On 2015/01/20 1:44, Robert Haas wrote:
On Mon, Jan 19, 2015 at 4:00 AM, Etsuro Fujita
<fujita.etsuro@lab.ntt.co.jp> wrote:I ran into another typo in execMain.c. Patch attached.
Thanks, committed!
Thanks!
Best regards,
Etsuro Fujita
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers