On Tue, Feb 25, 2014 at 1:44 PM, Alvaro Herrera
wrote:
> Etsuro Fujita wrote:
>> This is a small patch to improve comments in tablecmds.c. Please find
>> attached a patch.
>
> I find both patched and unpatched to be pretty illegible. How about
> something like
>
>> /*
>> - * Execute ALTER TABLE
Etsuro Fujita wrote:
> This is a small patch to improve comments in tablecmds.c. Please find
> attached a patch.
I find both patched and unpatched to be pretty illegible. How about
something like
> /*
> - * Execute ALTER TABLE/INDEX/SEQUENCE/VIEW/FOREIGN TABLE RENAME
> + * Execute ALTER RENAM
On Mon, Feb 24, 2014 at 9:40 PM, Etsuro Fujita
wrote:
> This is a small patch to improve comments in tablecmds.c. Please find
> attached a patch.
Committed.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
--
Sent via pgsql-hackers mailing list (pgs
This is a small patch to improve comments in tablecmds.c. Please find
attached a patch.
Thanks,
Best regards,
Etsuro Fujita
diff --git a/src/backend/commands/tablecmds.c b/src/backend/commands/tablecmds.c
index 08b037e..ed9d206 100644
--- a/src/backend/commands/tablecmds.c
+++ b/src/backend/comm