cache lookup failed dropping public schema with trgm index

From: Wyatt Alt <wyatt(dot)alt(at)gmail(dot)com>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: cache lookup failed dropping public schema with trgm index
Date: 2023-08-21 18:40:15
Message-ID: CAGem3qAM7M7B3DdccpgepRxuoKPd2Y74qJ5NSNRjLiN21dPhgg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi,

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;

NOTICE: drop cascades to 2 other objects
DETAIL: drop cascades to table foo
drop cascades to extension pg_trgm
ERROR: cache lookup failed for function 1195999
Time: 20.968 ms

Responses

Browse pgsql-bugs by date

  From Date Subject
Next 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
Previous Message Andres Freund 2023-08-21 18:27:32 Re: BUG #18055: logical decoding core on AllocateSnapshotBuilder()