Re: v12.0: segfault in reindex CONCURRENTLY

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: v12.0: segfault in reindex CONCURRENTLY
Дата
Msg-id 20191013181021.GA10785@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: v12.0: segfault in reindex CONCURRENTLY  (Justin Pryzby <pryzby@telsasoft.com>)
Ответы Re: v12.0: segfault in reindex CONCURRENTLY  (Justin Pryzby <pryzby@telsasoft.com>)
Список pgsql-hackers
On 2019-Oct-13, Justin Pryzby wrote:

> Looks like it's a race condition and dereferencing *holder=NULL.  The first
> crash was probably the same bug, due to report query running during "reindex
> CONCURRENTLY", and probably finished at nearly the same time as another locker.

Ooh, right, makes sense.  There's another spot with the same mistake ...
this patch should fix it.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: v12.0: ERROR: could not find pathkey item to sort
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Deadlock in XLogInsert at AIX