Re: Fix comment in build_simple_rel

Alvaro Herrera <alvherre@2ndquadrant.com>

From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Cc: Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2016-11-28T18:57:35Z
Lists: pgsql-hackers
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


Commits

  1. Fix get_relation_info name typo'ed in a comment