Re: [HACKERS] Comment typo in execMain.c

2017-06-21 Thread Heikki Linnakangas
On 06/21/2017 11:35 AM, Etsuro Fujita wrote: Here is a patch to fix a typo in a comment in ExecWithCheckOptions(): s/as as/as/. Fixed, thanks! - Heikki -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailp

[HACKERS] Comment typo in execMain.c

2017-06-21 Thread Etsuro Fujita
Here is a patch to fix a typo in a comment in ExecWithCheckOptions(): s/as as/as/. Best regards, Etsuro Fujita diff --git a/src/backend/executor/execMain.c b/src/backend/executor/execMain.c index 7f460bd..9dbe175 100644 --- a/src/backend/executor/execMain.c +++ b/src/backend/executor/execMain.c