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

From Tom Lane
Subject Re: pgsql: Fast ALTER TABLE ADD COLUMN with a non-NULL default
Date
Msg-id 19817.1522208425@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Fast ALTER TABLE ADD COLUMN with a non-NULL default  (Andres Freund <andres@anarazel.de>)
Responses Re: pgsql: Fast ALTER TABLE ADD COLUMN with a non-NULL default  (Andres Freund <andres@anarazel.de>)
Re: pgsql: Fast ALTER TABLE ADD COLUMN with a non-NULL default  (Andres Freund <andres@anarazel.de>)
List pgsql-committers
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>.

            regards, tom lane


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Add catversion bump missed in 16828d5c0.
Next
From: Andres Freund
Date:
Subject: pgsql: Quick adaption of JIT tuple deforming to the fast defaultpatch.