- Notifications
You must be signed in to change notification settings - Fork5
Commit290713e
committed
Fix another test for RELKIND_RELATION that should allow foreign tables now.
I thought I'd gone through all of these before, but a fresh review foundthis one too. (Perhaps it would be better to just delete this test andlet the failure occur later, but for the moment I'll preserve the logic.)The case that this was rejecting is likeCREATE FOREIGN TABLE ft (f1 int ...) ...;CREATE TABLE c1 (UNIQUE(f1)) INHERITS(ft);1 parentad9f08f commit290713e
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1799 | 1799 |
| |
1800 | 1800 |
| |
1801 | 1801 |
| |
1802 |
| - | |
| 1802 | + | |
| 1803 | + | |
| 1804 | + | |
1803 | 1805 |
| |
1804 | 1806 |
| |
1805 |
| - | |
| 1807 | + | |
1806 | 1808 |
| |
1807 | 1809 |
| |
1808 | 1810 |
| |
|
0 commit comments
Comments
(0)