Re: [HACKERS] seg fault in contrib/bloom

2016-05-17 Thread Jeff Janes
On Tue, May 17, 2016 at 2:02 PM, Tom Lane wrote: > Jeff Janes writes: >> I'm getting seg faults on contrib/bloom when updating a tuple which >> was found via a bloom index. > > I pushed a patch that should fix this, but without having tried to >

Re: [HACKERS] seg fault in contrib/bloom

2016-05-17 Thread Tom Lane
Jeff Janes writes: > I'm getting seg faults on contrib/bloom when updating a tuple which > was found via a bloom index. I pushed a patch that should fix this, but without having tried to reproduce the problem locally; so possibly I guessed wrong as to what is causing it.

Re: [HACKERS] seg fault in contrib/bloom

2016-05-17 Thread Tom Lane
Jeff Janes writes: > I'm getting seg faults on contrib/bloom when updating a tuple which > was found via a bloom index. > It does not happen on every update, but it does happen within a few > seconds of run time, so it is readily reproducible. The test harness > is a bit of

[HACKERS] seg fault in contrib/bloom

2016-05-17 Thread Jeff Janes
I'm getting seg faults on contrib/bloom when updating a tuple which was found via a bloom index. It does not happen on every update, but it does happen within a few seconds of run time, so it is readily reproducible. The test harness is a bit of a mess, I'll try to clean it up and post it if no