Re: pgsql: Fast ALTER TABLE ADD COLUMN with a non-NULL default - Mailing list pgsql-committers

From Andres Freund
Subject Re: pgsql: Fast ALTER TABLE ADD COLUMN with a non-NULL default
Date
Msg-id 20180328062602.555moucne7weaohc@alap3.anarazel.de
Whole thread Raw
In response to Re: pgsql: Fast ALTER TABLE ADD COLUMN with a non-NULL default  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
On 2018-03-27 23:40:25 -0400, Tom Lane wrote:
> Andres Freund <andres@anarazel.de> writes:
> > Note there appear to be some independent failures?
> 
> It looks to me like the hard failures from this patch are all on your JIT
> critters.  There are a bunch of random failures from Simon's commit,
> but I think those are just timing, per <31021.1522185986@sss.pgh.pa.us>.

There's a weird failure:
https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=whelk&dt=2018-03-28%2005%3A41%3A30

It blames two commits that should not have any effect on the platform,
so I assume it's something not stable...  Hard to say without a
backtrace.

Greetings,

Andres Freund


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Fast ALTER TABLE ADD COLUMN with a non-NULL default
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Make fast_default regression tests locale independent