]> granicus.if.org Git - postgresql/commit
In plpgsql, allow foreign tables to define row types.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 12 Nov 2011 23:49:15 +0000 (18:49 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 12 Nov 2011 23:49:15 +0000 (18:49 -0500)
commit37fb0170b74a0a4e1ebf19c7228330d941202841
tree14bb7e651101ad4e31f4a189b743a66b9a184aac
parent07d5205582daa0a2b1472404f7929536d702e947
In plpgsql, allow foreign tables to define row types.

This seems to have been just an oversight in previous foreign-table work.
A quick grep didn't turn up any other places where RELKIND_FOREIGN_TABLE
was obviously omitted.

One change noted by Alexander Soudakov, the other by me.
Back-patch to 9.1.
src/pl/plpgsql/src/pl_comp.c