trivial patch: foreign table either defines row type
Started by Alexander Soudakovover 14 years ago2 messageshackers
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
Attachments:
foreign-table-as-argument-to-plpgsql.patchtext/x-patch; charset=US-ASCII; name=foreign-table-as-argument-to-plpgsql.patchDownload+3-2
Re: trivial patch: foreign table either defines row type
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