Thread: Fix unclear comments in tablecmds.c

Fix unclear comments in tablecmds.c

From
Amit Langote
Date:
Came across a couple of unclear comments about functions returning
ObjectAddress. Attached fixes them.

Thanks,
Amit

Attachment

Re: Fix unclear comments in tablecmds.c

From
Alvaro Herrera
Date:
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 Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



Re: Fix unclear comments in tablecmds.c

From
Alvaro Herrera
Date:
Amit Langote wrote:
> Came across a couple of unclear comments about functions returning
> ObjectAddress. Attached fixes them.

Thanks, applied.



-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



Re: Fix unclear comments in tablecmds.c

From
Amit Langote
Date:
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