Re: BUG #14134: segmentation fault with large table with gist index - Mailing list pgsql-bugs

From Euler Taveira
Subject Re: BUG #14134: segmentation fault with large table with gist index
Date
Msg-id 57336236.3060200@timbira.com.br
Whole thread Raw
In response to BUG #14134: segmentation fault with large table with gist index  (yjh0502@gmail.com)
Responses Re: BUG #14134: segmentation fault with large table with gist index
List 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 by date:

Previous
From: yjh0502@gmail.com
Date:
Subject: BUG #14134: segmentation fault with large table with gist index
Next
From: Peter Geoghegan
Date:
Subject: Re: BUG #14132: ON CONFLICT not inferring unique index with bigints