forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf70f095
committed
Allow new relmapper entries when allow_system_table_mods is true.
This restores the pre-9.0 situation that it's possible to add new indexeson pg_class and other mapped-but-not-shared catalogs, so long as you brokethe glass and flipped the big red Dont-Touch-Me switch. As before, thereare a lot of gotchas, and you'd have to be pretty desperate to try thison a production database; but there doesn't seem to be a reason forrelmapper.c to be preventing such things all by itself. Perexperimentation with a case suggested by Cody Cutrer.1 parent99081c6 commitf70f095
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
837 | 837 |
| |
838 | 838 |
| |
839 | 839 |
| |
840 |
| - | |
841 |
| - | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
| 844 | + | |
842 | 845 |
| |
843 | 846 |
| |
844 | 847 |
| |
|
0 commit comments
Comments
(0)