Fix comment in build_simple_rel

Started by Amit Langoteover 9 years ago3 messageshackers
Jump to latest
#1Amit Langote
Langote_Amit_f8@lab.ntt.co.jp

Attached fixes reference in a comment to a non-existent function:

s/GetRelationInfo/get_relation_info/g

Thanks,
Amit

Attachments:

optimizer-relnode-typo.patchtext/x-diff; name=optimizer-relnode-typo.patchDownload+1-1
#2Alvaro Herrera
alvherre@2ndquadrant.com
In reply to: Amit Langote (#1)
Re: Fix comment in build_simple_rel

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

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#3Amit Langote
Langote_Amit_f8@lab.ntt.co.jp
In reply to: Alvaro Herrera (#2)
Re: Fix comment in build_simple_rel

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

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers