pgsql: In plpgsql, allow foreign tables to define row types.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: In plpgsql, allow foreign tables to define row types.
Date: 2011-11-12 23:49:26
Message-ID: E1RPNKA-0002Vp-NL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/02d88efea1f719e59ce684c2e14bad23d55fdd15

Modified Files
--------------
src/pl/plpgsql/src/pl_comp.c | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2011-11-13 09:04:57 pgsql: Wakeup WALWriter as needed for asynchronous commit performance.
Previous Message Peter Eisentraut 2011-11-12 15:07:01 pgsql: Add psql expanded auto mode