Re: ltree_gist indexes broken after pg_upgrade from 12 to 13

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ltree_gist indexes broken after pg_upgrade from 12 to 13
Дата
Msg-id 1737375.1645753497@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: ltree_gist indexes broken after pg_upgrade from 12 to 13  (Tomas Vondra <tomas.vondra@enterprisedb.com>)
Ответы Re: ltree_gist indexes broken after pg_upgrade from 12 to 13  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Tomas Vondra <tomas.vondra@enterprisedb.com> writes:
> I wonder if we could check the index tuple length, and adjust the siglen
> based on that, somehow ...

In an already-corrupted index, there won't be a unique answer.

            regards, tom lane



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

Предыдущее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: Buffer Manager and Contention
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Proposal: Support custom authentication methods using hooks