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

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: Somebody forgot to pin the built-in access methods
Date: 2016-05-19 18:47:35
Message-ID: 20160519184735.GA308717@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David Christensen 2016-05-19 19:51:48 [PATCH] Add EXPLAIN (ALL) shorthand
Previous Message Tom Lane 2016-05-19 18:16:56 Somebody forgot to pin the built-in access methods