- Notifications
You must be signed in to change notification settings - Fork28
Commitde66987
committed
Re-add default_with_oids GUC to avoid breaking old dump files.
After578b229 / the removal of WITH OIDS support, older dump filescontaining SET default_with_oids = false;either report unnecessary errors (as the subsequent tables have nooids) or even fail to restore entirely (when using transaction mode).To avoid that, re-add the GUC, but don't allow setting it to true.Per complaint from Tom Lane.Author: Amit Khandekar, editorialized by meDiscussion:https://postgr.es/m/CAJ3gD9dZyxrtL0rJfoNoOj6v7fJSDaXBngi9wy5XU8m-ioXhAA@mail.gmail.com1 parent0ad41cf commitde66987
3 files changed
+45
-0
lines changedLines changed: 37 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
209 | 209 |
| |
210 | 210 |
| |
211 | 211 |
| |
| 212 | + | |
212 | 213 |
| |
213 | 214 |
| |
214 | 215 |
| |
| |||
479 | 480 |
| |
480 | 481 |
| |
481 | 482 |
| |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
482 | 489 |
| |
483 | 490 |
| |
484 | 491 |
| |
| |||
1538 | 1545 |
| |
1539 | 1546 |
| |
1540 | 1547 |
| |
| 1548 | + | |
| 1549 | + | |
| 1550 | + | |
| 1551 | + | |
| 1552 | + | |
| 1553 | + | |
| 1554 | + | |
| 1555 | + | |
| 1556 | + | |
| 1557 | + | |
| 1558 | + | |
| 1559 | + | |
| 1560 | + | |
| 1561 | + | |
| 1562 | + | |
1541 | 1563 |
| |
1542 | 1564 |
| |
1543 | 1565 |
| |
| |||
11311 | 11333 |
| |
11312 | 11334 |
| |
11313 | 11335 |
| |
| 11336 | + | |
| 11337 | + | |
| 11338 | + | |
| 11339 | + | |
| 11340 | + | |
| 11341 | + | |
| 11342 | + | |
| 11343 | + | |
| 11344 | + | |
| 11345 | + | |
| 11346 | + | |
| 11347 | + | |
| 11348 | + | |
| 11349 | + | |
| 11350 | + | |
11314 | 11351 |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
767 | 767 |
| |
768 | 768 |
| |
769 | 769 |
| |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + |
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
288 | 288 |
| |
289 | 289 |
| |
290 | 290 |
| |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + |
0 commit comments
Comments
(0)