Re: [HACKERS] Typo in tablecmds.c

2015-05-20 Thread Etsuro Fujita
On 2015/05/20 22:59, Heikki Linnakangas wrote: On 05/20/2015 12:40 PM, Etsuro Fujita wrote: The attached patch fixes a typo in a comment in tablecmds.c. Fixed, along with dozens more similar typos I found with some grepping. Thanks for doint that completely! Best regards, Etsuro Fujita --

Re: [HACKERS] Typo in tablecmds.c

2015-05-20 Thread Heikki Linnakangas
On 05/20/2015 12:40 PM, Etsuro Fujita wrote: The attached patch fixes a typo in a comment in tablecmds.c. Fixed, along with dozens more similar typos I found with some grepping. - Heikki -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscripti

[HACKERS] Typo in tablecmds.c

2015-05-20 Thread Etsuro Fujita
Hi, The attached patch fixes a typo in a comment in tablecmds.c. Best regards, Etsuro Fujita diff --git a/src/backend/commands/tablecmds.c b/src/backend/commands/tablecmds.c index 33ea387..5114e6f 100644 --- a/src/backend/commands/tablecmds.c +++ b/src/backend/commands/tablecmds.c @@ -2342,7 +234