Re: Somebody forgot to pin the built-in access methods

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

Hah, nice one.  Thanks for fixing.

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Somebody forgot to pin the built-in access methods
Следующее
От: David Christensen
Дата:
Сообщение: [PATCH] Add EXPLAIN (ALL) shorthand