Re: Relax transactional restrictions on ALTER ENUM ... ADD TYPE (redux)
Thomas Munro <thomas.munro@enterprisedb.com>
From: Thomas Munro <thomas.munro@enterprisedb.com>
To: Pg Hackers <pgsql-hackers@postgresql.org>
Cc: Andrew Dunstan <andrew.dunstan@2ndquadrant.com>,
Tom Lane <tgl@sss.pgh.pa.us>
Date: 2018-10-03T04:02:34Z
Lists: pgsql-hackers
Attachments
- 0001-Relax-transactional-restrictions-on-ALTER-TYPE-.--v2.patch (application/octet-stream) patch v2-0001
- 0002-fixup-Relax-transactional-restrictions-on-ALTER-T-v2.patch (application/octet-stream) patch v2-0002
On Wed, Oct 3, 2018 at 4:42 PM Thomas Munro <thomas.munro@enterprisedb.com> wrote: > On Wed, Oct 3, 2018 at 2:24 PM Thomas Munro > <thomas.munro@enterprisedb.com> wrote: > > 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. > > Added to the next commitfest. ... which promptly caused cfbot to report that the documentation doesn't build anymore, because it used one of those old "</>" tags that are now outlawed. Fixed. -- Thomas Munro http://www.enterprisedb.com
Commits
-
Relax transactional restrictions on ALTER TYPE ... ADD VALUE (redux).
- 212fab9926b2 12.0 landed