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

From: Andres Freund <andres(at)anarazel(dot)de>
To: Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Fast ALTER TABLE ADD COLUMN with a non-NULL default
Date: 2018-03-28 04:13:51
Message-ID: 20180328041351.sb2mtwrl6fc5mm3r@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Hi,

On 2018-03-27 18:10:31 -0700, Andres Freund wrote:
> K, not 100% sure I'll get it done today, I'm neck deep looking at
> something else. But if not, I'll surely get it done tomorrow morning
> PST.

I've pushed a somewhat hurried fix. It passes all the tests here, but
normally I would've let it rest for more than a minute ;). I'll check
it again tomorrow.

Let's hope the buildfarm turns a bit greener.

- Andres

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2018-03-28 04:18:40 Re: pgsql: Fast ALTER TABLE ADD COLUMN with a non-NULL default
Previous Message Andres Freund 2018-03-28 04:11:33 pgsql: Quick adaption of JIT tuple deforming to the fast default patch.