Re: [HACKERS] Fix unclear comments in tablecmds.c

2015-10-15 Thread Amit Langote
On 2015/10/16 0:21, Alvaro Herrera wrote: > Amit Langote wrote: >> Came across a couple of unclear comments about functions returning >> ObjectAddress. Attached fixes them. > > Thanks, pushed to 9.5 and master. Thanks, Alvaro. Regards, Amit -- Sent via pgsql-hackers mailing list (pgsql-hack

Re: [HACKERS] Fix unclear comments in tablecmds.c

2015-10-15 Thread Alvaro Herrera
Amit Langote wrote: > Came across a couple of unclear comments about functions returning > ObjectAddress. Attached fixes them. Thanks, applied. -- Álvaro Herrerahttp://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services -- Sent via pgsq

Re: [HACKERS] Fix unclear comments in tablecmds.c

2015-10-15 Thread Alvaro Herrera
Amit Langote wrote: > Came across a couple of unclear comments about functions returning > ObjectAddress. Attached fixes them. Thanks, pushed to 9.5 and master. -- Álvaro Herrerahttp://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services --

[HACKERS] Fix unclear comments in tablecmds.c

2015-10-14 Thread Amit Langote
Came across a couple of unclear comments about functions returning ObjectAddress. Attached fixes them. Thanks, Amit diff --git a/src/backend/commands/tablecmds.c b/src/backend/commands/tablecmds.c index 7668c9d..403582c 100644 --- a/src/backend/commands/tablecmds.c +++ b/src/backend/commands/table