Somebody forgot to pin the built-in access methods

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Somebody forgot to pin the built-in access methods
Дата
Msg-id 32484.1463681816@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: Somebody forgot to pin the built-in access methods  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список 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 по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Typo in 001_initdb.pl
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Somebody forgot to pin the built-in access methods