Re: Relax transactional restrictions on ALTER ENUM ... ADD TYPE (redux)

Thomas Munro <thomas.munro@enterprisedb.com>

From: Thomas Munro <thomas.munro@enterprisedb.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Andrew Dunstan <andrew.dunstan@2ndquadrant.com>, Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2018-10-08T23:54:19Z
Lists: pgsql-hackers
On Sun, Oct 7, 2018 at 3:30 PM Thomas Munro
<thomas.munro@enterprisedb.com> wrote:
> On Sun, Oct 7, 2018 at 5:53 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> > Thomas Munro <thomas.munro@enterprisedb.com> writes:
> > > Thanks.  Here is a version squashed into one commit, with a decent
> > > commit message and a small improvement: the code to create the hash
> > > table is moved into a static function, to avoid repetition.  I will
> > > push this to master early next week, unless there is more feedback or
> > > one of you would prefer to do that.
> >
> > Nitpicky gripes:
>
> Thanks for the review.

Pushed.

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


Commits

  1. Relax transactional restrictions on ALTER TYPE ... ADD VALUE (redux).