forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit37fb017
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 parent07d5205 commit37fb017
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 |
| |
| |||
1947 | 1948 |
| |
1948 | 1949 |
| |
1949 | 1950 |
| |
1950 |
| - | |
| 1951 | + | |
1951 | 1952 |
| |
1952 | 1953 |
| |
1953 | 1954 |
| |
1954 |
| - | |
| 1955 | + | |
| 1956 | + | |
1955 | 1957 |
| |
1956 | 1958 |
| |
1957 | 1959 |
| |
|
0 commit comments
Comments
(0)