Re: cache lookup failed dropping public schema with trgm index
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Wyatt Alt <wyatt.alt@gmail.com>
Cc: pgsql-bugs@lists.postgresql.org
Date: 2023-08-21T22:09:59Z
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