Somebody forgot to pin the built-in access methods - Mailing list pgsql-hackers

From Tom Lane
Subject Somebody forgot to pin the built-in access methods
Date
Msg-id 32484.1463681816@sss.pgh.pa.us
Whole thread Raw
Responses Re: Somebody forgot to pin the built-in access methods
List pgsql-hackers
Commit 473b93287 forgot a rather critical detail:

regression=# drop access method btree;
DROP ACCESS METHOD
regression=# select * from tenk1;
ERROR:  cache lookup failed for access method 403

The fact that the command is restricted to superusers doesn't make
this a good idea.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Typo in 001_initdb.pl
Next
From: Alvaro Herrera
Date:
Subject: Re: Somebody forgot to pin the built-in access methods