- Notifications
You must be signed in to change notification settings - Fork5
Commit16ea51a
committed
Pin the built-in index access methods.
This was overlooked in commit473b932, which introduced DROP ACCESSMETHOD. Although that command is restricted to superusers, we don't wanteven superusers dropping the built-in methods; "DROP ACCESS METHOD btree"in particular is unrecoverable from. Pin these objects in the same waythat other initdb-created objects are pinned.I chose to bump catversion for this fix. That's not absolutely necessaryperhaps, but it will ensure that no 9.6 production systems are missingthe pin entries.1 parente13ac55 commit16ea51a
2 files changed
+3
-1
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1664 | 1664 |
| |
1665 | 1665 |
| |
1666 | 1666 |
| |
| 1667 | + | |
| 1668 | + | |
1667 | 1669 |
| |
1668 | 1670 |
| |
1669 | 1671 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
|
0 commit comments
Comments
(0)