Re: ALTER TABLE ADD COLUMN fast default - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: ALTER TABLE ADD COLUMN fast default
Date
Msg-id CAEepm=0EnR=jSk3momcUGzj-NJAdf1B=jDAdy35xRGfL_5ccTQ@mail.gmail.com
Whole thread Raw
In response to Re: ALTER TABLE ADD COLUMN fast default  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Responses Re: ALTER TABLE ADD COLUMN fast default
List pgsql-hackers
On Wed, Jan 17, 2018 at 2:21 AM, Andrew Dunstan
<andrew.dunstan@2ndquadrant.com> wrote:
> Yeah, got caught by the bki/pg_attribute changes on Friday. here's an
> updated version. Thanks for looking.

A boring semi-automated update:  this no long compiles, because
8561e4840c8 added a new call to heap_attisnull().  Pretty sure it just
needs NULL in the third argument.

-- 
Thomas Munro
http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: [PATCH] Logical decoding of TRUNCATE
Next
From: Thomas Munro
Date:
Subject: Re: [HACKERS] [PATCH] Lockable views