Re: [HACKERS] Fix comment in build_simple_rel

2016-11-28 Thread Amit Langote
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

Re: [HACKERS] Fix comment in build_simple_rel

2016-11-28 Thread Alvaro Herrera
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

[HACKERS] Fix comment in build_simple_rel

2016-11-28 Thread Amit Langote
Attached fixes reference in a comment to a non-existent function: s/GetRelationInfo/get_relation_info/g Thanks, Amit diff --git a/src/backend/optimizer/util/relnode.c b/src/backend/optimizer/util/relnode.c index deef560..d5326e6 100644 --- a/src/backend/optimizer/util/relnode.c +++ b/src/backend/