Обсуждение: [HACKERS] Comment typo in execMain.c

Поиск
Список
Период
Сортировка

[HACKERS] Comment typo in execMain.c

От
Etsuro Fujita
Дата:
Here is a patch to fix a typo in a comment in ExecWithCheckOptions(): 
s/as as/as/.

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

Вложения

Re: [HACKERS] Comment typo in execMain.c

От
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