Somebody forgot to pin the built-in access methods

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: Somebody forgot to pin the built-in access methods
Date: 2016-05-19 18:16:56
Message-ID: 32484.1463681816@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2016-05-19 18:47:35 Re: Somebody forgot to pin the built-in access methods
Previous Message Michael Paquier 2016-05-19 18:05:15 Typo in 001_initdb.pl