Re: pgsql: Fix crash when ALTER TABLE recreates indexes on partitions - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: pgsql: Fix crash when ALTER TABLE recreates indexes on partitions
Date
Msg-id 20180704171519.psqj76htohj7mco5@alvherre.pgsql
Whole thread Raw
Responses Re: pgsql: Fix crash when ALTER TABLE recreates indexes on partitions  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
On 2018-Jun-30, Tom Lane wrote:

> Alvaro Herrera <alvherre@alvh.no-ip.org> writes:
> > Fix crash when ALTER TABLE recreates indexes on partitions
> 
> So ... buildfarm member skink has been reporting a valgrind failure
> during initdb since this patch went in.  However, I'm unable to reproduce
> such a failure here, and it's less than obvious how this particular patch
> could have caused a problem, and skink's report is pretty useless because
> it's providing only a numeric stack trace.  Thoughts?

Actually, older branches are failing in the same way, so it's not my
patch that caused it to fail.  Something must have changed in the system ...
Andres?

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: Bulk Insert into PostgreSQL
Next
From: Tom Lane
Date:
Subject: Re: "Access privileges" is missing after pg_dumpall