pgsql: In plpgsql, allow foreign tables to define row types.
Started by Tom Laneover 14 years ago1 messagescomitters
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.
Branch
------
REL9_1_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/37fb0170b74a0a4e1ebf19c7228330d941202841
Modified Files
--------------
src/pl/plpgsql/src/pl_comp.c | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)