Re: cache lookup failed dropping public schema with trgm index - Mailing list pgsql-bugs

From Michael Paquier
Subject Re: cache lookup failed dropping public schema with trgm index
Date
Msg-id ZOPgt0b0aJEJz4UO@paquier.xyz
Whole thread Raw
In response to cache lookup failed dropping public schema with trgm index  (Wyatt Alt <wyatt.alt@gmail.com>)
List pgsql-bugs
On Mon, Aug 21, 2023 at 11:40:15AM -0700, Wyatt Alt wrote:
> This reproduces on 15.4 and 13.12:
>
> create table foo(t text);
> create extension pg_trgm;
> create index on foo using gist(t gist_trgm_ops);
> drop schema public cascade;

Indeed, reproduced here down to 13.  12 and older versions don't react
like that.  I'll go bisect that..
--
Michael

Attachment

pgsql-bugs by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Postgresql15 crash with :FATAL: could not open shared memory segment "/PostgreSQL.0000000": No such file or directory
Next
From: Andres Freund
Date:
Subject: Re: cache lookup failed dropping public schema with trgm index