Thread: Fix comment in build_simple_rel

Fix comment in build_simple_rel

From
Amit Langote
Date:
Attached fixes reference in a comment to a non-existent function:

s/GetRelationInfo/get_relation_info/g

Thanks,
Amit

Attachment

Re: Fix comment in build_simple_rel

From
Alvaro Herrera
Date:
Amit Langote wrote:
> Attached fixes reference in a comment to a non-existent function:
> 
> s/GetRelationInfo/get_relation_info/g

Thanks, pushed.  get_relation_info() itself had been neglected when this
responsibility was added onto it; I added an entry there too.

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



Re: Fix comment in build_simple_rel

From
Amit Langote
Date:
On 2016/11/29 3:57, Alvaro Herrera wrote:
> Amit Langote wrote:
>> Attached fixes reference in a comment to a non-existent function:
>>
>> s/GetRelationInfo/get_relation_info/g
> 
> Thanks, pushed.  get_relation_info() itself had been neglected when this
> responsibility was added onto it; I added an entry there too.

Thanks!

Regards,
Amit