Thread

Commits

  1. Fix get_relation_info name typo'ed in a comment

  1. Fix comment in build_simple_rel

    Amit Langote <langote_amit_f8@lab.ntt.co.jp> — 2016-11-28T10:18:20Z

    Attached fixes reference in a comment to a non-existent function:
    
    s/GetRelationInfo/get_relation_info/g
    
    Thanks,
    Amit
    
  2. Re: Fix comment in build_simple_rel

    Alvaro Herrera <alvherre@2ndquadrant.com> — 2016-11-28T18:57:35Z

    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
    
    
    
  3. Re: Fix comment in build_simple_rel

    Amit Langote <langote_amit_f8@lab.ntt.co.jp> — 2016-11-29T00:54:10Z

    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