Re: PG 12 beta 1 segfault during analyze - Mailing list pgsql-hackers

From Steve Singer
Subject Re: PG 12 beta 1 segfault during analyze
Date
Msg-id 4dcba21e-bc7c-cb54-97b3-b31cb7612c53@ssinger.info
Whole thread Raw
In response to Re: PG 12 beta 1 segfault during analyze  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 6/18/19 12:32 AM, Tom Lane wrote:
> Steve Singer <steve@ssinger.info> writes:
>> The attached patch fixes the issue.
> Hmm, that's a pretty obvious mistake :-( but after some fooling around
> I've not been able to cause a crash with it.  I wonder what test case
> you were using, on what platform?
>
>             regards, tom lane
>
>

I was running the slony regression tests.  The crash happened when it 
tries to replicate a particular table that already has data in it on the 
replica.  It doesn't happen with every table and  I haven't been able to 
replicate the crash in as self contained test by manually doing similar 
steps to just that table with psql.

This is on x64.





pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: POC: Cleaning up orphaned files using undo logs
Next
From: Adrien Nayrat
Date:
Subject: Re: idea: log_statement_sample_rate - bottom limit for sampling