forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit02d88ef
committed
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_TABLEwas obviously omitted.One change noted by Alexander Soudakov, the other by me.Back-patch to 9.1.1 parent95d2af1 commit02d88ef
1 file changed
+6
-4
lines changedLines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1721 | 1721 |
| |
1722 | 1722 |
| |
1723 | 1723 |
| |
1724 |
| - | |
| 1724 | + | |
1725 | 1725 |
| |
1726 | 1726 |
| |
1727 | 1727 |
| |
1728 | 1728 |
| |
1729 |
| - | |
| 1729 | + | |
| 1730 | + | |
1730 | 1731 |
| |
1731 | 1732 |
| |
1732 | 1733 |
| |
| |||
1942 | 1943 |
| |
1943 | 1944 |
| |
1944 | 1945 |
| |
1945 |
| - | |
| 1946 | + | |
1946 | 1947 |
| |
1947 | 1948 |
| |
1948 | 1949 |
| |
1949 |
| - | |
| 1950 | + | |
| 1951 | + | |
1950 | 1952 |
| |
1951 | 1953 |
| |
1952 | 1954 |
| |
|
0 commit comments
Comments
(0)