Re: Fix comment in build_simple_rel
Amit Langote <langote_amit_f8@lab.ntt.co.jp>
From: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2016-11-29T00:54:10Z
Lists: pgsql-hackers
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
Commits
-
Fix get_relation_info name typo'ed in a comment
- eb6814168862 10.0 landed
- d43ff47eabda 9.6.2 landed