Another comment typo in src/backend/executor/execMain.c

Started by Etsuro Fujitaalmost 11 years ago3 messages
#1Etsuro Fujita
fujita.etsuro@lab.ntt.co.jp
1 attachment(s)

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)
#2Robert Haas
robertmhaas@gmail.com
In reply to: Etsuro Fujita (#1)
Re: Another comment typo in src/backend/executor/execMain.c

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

#3Etsuro Fujita
fujita.etsuro@lab.ntt.co.jp
In reply to: Robert Haas (#2)
Re: Another comment typo in src/backend/executor/execMain.c

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