Tom Lane 16ea51a263 Pin the built-in index access methods.
This was overlooked in commit 473b93287, which introduced DROP ACCESS
METHOD.  Although that command is restricted to superusers, we don't want
even superusers dropping the built-in methods; "DROP ACCESS METHOD btree"
in particular is unrecoverable from.  Pin these objects in the same way
that other initdb-created objects are pinned.

I chose to bump catversion for this fix.  That's not absolutely necessary
perhaps, but it will ensure that no 9.6 production systems are missing
the pin entries.
2016-05-19 14:40:02 -04:00
..
2016-05-15 17:04:01 -04:00
2016-05-09 10:04:41 -04:00
2016-01-28 16:47:36 +09:00
2016-05-09 10:04:41 -04:00
2016-04-29 09:49:31 -04:00
2016-01-02 13:33:40 -05:00