Relax transactional restrictions on ALTER ENUM ... ADD TYPE (redux) - Mailing list pgsql-hackers

From Thomas Munro
Subject Relax transactional restrictions on ALTER ENUM ... ADD TYPE (redux)
Date
Msg-id CAEepm=0Ei7g6PaNTbcmAh9tCRahQrk=r5ZWLD-jr7hXweYX3yg@mail.gmail.com
Whole thread Raw
Responses Re: Relax transactional restrictions on ALTER ENUM ... ADD TYPE (redux)  (Thomas Munro <thomas.munro@enterprisedb.com>)
List pgsql-hackers
Hi Andrew, Tom, all,

Over the thread for bug #14825 I posted some draft code to show one
way to save/restore the enum blacklist for parallel workers.  Here's a
better version, and a new thread.  0001 is the code by Andrew Dustan
and Tom Lane that was reverted in 93a1af0b, unchanged by me except for
resolving trivial conflicts on current master.  0002 fixes the failure
seen with make installcheck when postgresql.conf says
force_parallel_mode = regress.

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

Attachment

pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: speeding up planning with partitions
Next
From: Alvaro Herrera
Date:
Subject: Re: file cloning in pg_upgrade and CREATE DATABASE