Re: Corrupt index stopping autovacuum system wide

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: Corrupt index stopping autovacuum system wide
Дата
Msg-id CAH2-WzksZTcAChogQCfrDeqbHCBZC3iBA8+WCcNp5NodrKnOaw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Corrupt index stopping autovacuum system wide  (Aaron Pelz <aaronepelz@gmail.com>)
Список pgsql-general
On Thu, Jul 18, 2019 at 9:06 AM Aaron Pelz <aaronepelz@gmail.com> wrote:
> It's a simple btree expression on a geometry(Point,4326) , no expression no partial no composite.

The cause of the corruption may be a bug in a Postgis B-Tree operator
class. I reported a bug in the Geography type that could lead to
corrupt B-Tree indexes (not Geometry):

https://trac.osgeo.org/postgis/ticket/3841

Though I also see what could be a comparable bug in Geometry:

https://trac.osgeo.org/postgis/ticket/3777

These bugs are from about 3 years ago. If I'm right you should be able
to isolate the bug using amcheck.

-- 
Peter Geoghegan



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

Предыдущее
От: Aaron Pelz
Дата:
Сообщение: Re: Corrupt index stopping autovacuum system wide
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: PostgreSQL as a Service