forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc273e8b
committed
Add some defenses to guard against case where a rule refers to a table
or view that's been dropped and then recreated with the same name (but,perhaps, different columns). Eventually we'd like to support this butfor now all we can do is fail cleanly, rather than possibly coredumpingif we proceed using the obsolete rule.1 parentcdcaec5 commitc273e8b
1 file changed
+27
-5
lines changedLines changed: 27 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
486 | 486 |
| |
487 | 487 |
| |
488 | 488 |
| |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
489 | 502 |
| |
490 | 503 |
| |
491 | 504 |
| |
492 | 505 |
| |
493 | 506 |
| |
494 | 507 |
| |
495 |
| - | |
496 |
| - | |
497 |
| - | |
498 |
| - | |
499 | 508 |
| |
500 | 509 |
| |
501 | 510 |
| |
| |||
776 | 785 |
| |
777 | 786 |
| |
778 | 787 |
| |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
779 | 801 |
| |
780 | 802 |
| |
781 | 803 |
| |
|
0 commit comments
Comments
(0)