- Notifications
You must be signed in to change notification settings - Fork5
Commita87a7dc
committed
Don't allow foreign tables with OIDs.
The syntax doesn't let you specify "WITH OIDS" for foreign tables, but itwas still possible with default_with_oids=true. But the rest of the system,including pg_dump, isn't prepared to handle foreign tables with OIDsproperly.Backpatch down to 9.1, where foreign tables were introduced. It's possiblethat there are databases out there that already have foreign tables withOIDs. There isn't much we can do about that, but at least we can preventthem from being created in the future.Patch by Etsuro Fujita, reviewed by Hadi Moshayedi.1 parentc922353 commita87a7dc
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
564 | 564 |
| |
565 | 565 |
| |
566 | 566 |
| |
567 |
| - | |
568 |
| - | |
| 567 | + | |
569 | 568 |
| |
570 | 569 |
| |
571 | 570 |
| |
|
0 commit comments
Comments
(0)