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

From Alvaro Herrera
Subject Re: Somebody forgot to pin the built-in access methods
Date
Msg-id 20160519184735.GA308717@alvherre.pgsql
Whole thread Raw
In response to Somebody forgot to pin the built-in access methods  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Somebody forgot to pin the built-in access methods
Next
From: David Christensen
Date:
Subject: [PATCH] Add EXPLAIN (ALL) shorthand