Re: cache lookup failed dropping public schema with trgm index

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Wyatt Alt <wyatt(dot)alt(at)gmail(dot)com>
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: cache lookup failed dropping public schema with trgm index
Date: 2023-08-21 22:09:59
Message-ID: ZOPgt0b0aJEJz4UO@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Andres Freund 2023-08-21 22:36:10 Re: cache lookup failed dropping public schema with trgm index
Previous Message Michael Paquier 2023-08-21 22:07:19 Re: Postgresql15 crash with :FATAL: could not open shared memory segment "/PostgreSQL.0000000": No such file or directory