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