forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc4a7a39
committed
Make allow_system_table_mods settable at run time
Make allow_system_table_mods settable at run time by superusers. Itwas previously postmaster start only.We don't want to make system catalog DDL wide-open, but there areoccasionally useful things to do like setting reloptions or statisticson a busy system table, and blocking those doesn't help anyone. Also,this enables the possibility of writing a test suite for this setting.Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://www.postgresql.org/message-id/flat/8b00ea5e-28a7-88ba-e848-21528b632354%402ndquadrant.com1 parent508bf95 commitc4a7a39
2 files changed
+6
-4
lines changedLines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9501 | 9501 |
| |
9502 | 9502 |
| |
9503 | 9503 |
| |
9504 |
| - | |
9505 |
| - | |
9506 |
| - | |
| 9504 | + | |
| 9505 | + | |
| 9506 | + | |
| 9507 | + | |
| 9508 | + | |
9507 | 9509 |
| |
9508 | 9510 |
| |
9509 | 9511 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1777 | 1777 |
| |
1778 | 1778 |
| |
1779 | 1779 |
| |
1780 |
| - | |
| 1780 | + | |
1781 | 1781 |
| |
1782 | 1782 |
| |
1783 | 1783 |
| |
|
0 commit comments
Comments
(0)