Re: [HACKERS] Another comment typo in src/backend/executor/execMain.c

2015-01-19 Thread Etsuro Fujita
On 2015/01/20 1:44, Robert Haas wrote: On Mon, Jan 19, 2015 at 4:00 AM, Etsuro Fujita 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 change

Re: [HACKERS] Another comment typo in src/backend/executor/execMain.c

2015-01-19 Thread Robert Haas
On Mon, Jan 19, 2015 at 4:00 AM, Etsuro Fujita 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)

[HACKERS] Another comment typo in src/backend/executor/execMain.c

2015-01-19 Thread Etsuro Fujita
Hi, I ran into another typo in execMain.c. Patch attached. Best regards, Etsuro Fujita 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 @@ Ev