Thread

  1. trivial patch: foreign table either defines row type

    Alexander Soudakov <cygakob@gmail.com> — 2011-11-12T15:54:42Z

    Hello Hackers.
    
    I attached trivial patch.
    
    Foreign table either defines row type. I simply added this type to
    hardcoded check.
    I faced this limitation while developing www fdw feature
    (http://wiki.postgresql.org/wiki/WWW_FDW).
    
    
    -- 
    Alexander Soudakov
    Software Developer
    email: cygakoB@gmail.com
    skype: asudakov
    
  2. Re: trivial patch: foreign table either defines row type

    Tom Lane <tgl@sss.pgh.pa.us> — 2011-11-12T23:50:48Z

    Alexander Soudakov <cygakob@gmail.com> writes:
    > Foreign table either defines row type. I simply added this type to
    > hardcoded check.
    
    Yeah, I think this was just an oversight.  (You missed a spot in
    plpgsql_parse_cwordtype, though.)  Patch applied.
    
    			regards, tom lane