Re: [HACKERS] Segmentation fault when creating a BRIN, 10beta1

2017-05-31 Thread Alvaro Herrera
Andres Freund wrote: > On 2017-05-30 18:21:10 -0400, Alvaro Herrera wrote: > > Alexander Sosna wrote: > > > Hi, > > > > > > I can reproduce a segmentation fault when creating a BRIN concurrently > > > with set pages_per_range and autosummarize. > > > > Pushed fix just now. Please give it a try.

Re: [HACKERS] Segmentation fault when creating a BRIN, 10beta1

2017-05-31 Thread Alexander Sosna
Alvaro Herrera writes: >> I can reproduce a segmentation fault when creating a BRIN concurrently >> with set pages_per_range and autosummarize. > > Pushed fix just now. Please give it a try. Thanks for testing and > reporting, Thank you for fixing, works for me. Regards, Alexander Sosna

Re: [HACKERS] Segmentation fault when creating a BRIN, 10beta1

2017-05-30 Thread Andres Freund
On 2017-05-30 18:21:10 -0400, Alvaro Herrera wrote: > Alexander Sosna wrote: > > Hi, > > > > I can reproduce a segmentation fault when creating a BRIN concurrently > > with set pages_per_range and autosummarize. > > Pushed fix just now. Please give it a try. Thanks for testing and > reporting,

Re: [HACKERS] Segmentation fault when creating a BRIN, 10beta1

2017-05-30 Thread Alvaro Herrera
Alexander Sosna wrote: > Hi, > > I can reproduce a segmentation fault when creating a BRIN concurrently > with set pages_per_range and autosummarize. Pushed fix just now. Please give it a try. Thanks for testing and reporting, -- Álvaro Herrerahttps://www.2ndQuadrant.com/

Re: [HACKERS] Segmentation fault when creating a BRIN, 10beta1

2017-05-30 Thread Alvaro Herrera
Tom Lane wrote: > Alexander Sosna writes: > > I can reproduce a segmentation fault when creating a BRIN concurrently > > with set pages_per_range and autosummarize. > > I wonder if this isn't the same issue reported in >

Re: [HACKERS] Segmentation fault when creating a BRIN, 10beta1

2017-05-30 Thread Tom Lane
Alexander Sosna writes: > I can reproduce a segmentation fault when creating a BRIN concurrently > with set pages_per_range and autosummarize. I wonder if this isn't the same issue reported in

[HACKERS] Segmentation fault when creating a BRIN, 10beta1

2017-05-30 Thread Alexander Sosna
Hi, I can reproduce a segmentation fault when creating a BRIN concurrently with set pages_per_range and autosummarize. # Reproduce CREATE TABLE brin_test AS SELECT series AS id, MD5(series::TEXT) AS VALUE, '2015-10-31 13:37:00.313370+01'::TIMESTAMP + (series::TEXT ||