Re: cache lookup failed dropping public schema with trgm index

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: cache lookup failed dropping public schema with trgm index
Дата
Msg-id ZOPgt0b0aJEJz4UO@paquier.xyz
обсуждение исходный текст
Ответ на cache lookup failed dropping public schema with trgm index  (Wyatt Alt <wyatt.alt@gmail.com>)
Список 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

Вложения

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Postgresql15 crash with :FATAL: could not open shared memory segment "/PostgreSQL.0000000": No such file or directory
Следующее
От: Andres Freund
Дата:
Сообщение: Re: cache lookup failed dropping public schema with trgm index