Re: trivial patch: foreign table either defines row type

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Alexander Soudakov <cygakob@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2011-11-12T23:50:48Z
Lists: pgsql-hackers
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