Re: BUG #14134: segmentation fault with large table with gist index

Поиск
Список
Период
Сортировка
От Euler Taveira
Тема Re: BUG #14134: segmentation fault with large table with gist index
Дата
Msg-id 57336236.3060200@timbira.com.br
обсуждение исходный текст
Ответ на BUG #14134: segmentation fault with large table with gist index  (yjh0502@gmail.com)
Ответы Re: BUG #14134: segmentation fault with large table with gist index  (Peter Geoghegan <pg@heroku.com>)
Список pgsql-bugs
On 11-05-2016 12:49, yjh0502@gmail.com wrote:
> The postgresql server crashed with segfault. Here's an index which causes
> the crash:
>
It seems someone (5ea86e6e?) forgot to assign CurrentMemoryContext to
ssup_ctx. I am not sure if it should be done at
PrepareSortSupportFromOrderingOp or elsewhere.


--
   Euler Taveira                   Timbira - http://www.timbira.com.br/
   PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento

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

Предыдущее
От: yjh0502@gmail.com
Дата:
Сообщение: BUG #14134: segmentation fault with large table with gist index
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: BUG #14132: ON CONFLICT not inferring unique index with bigints