Re: Fast default stuff versus pg_upgrade
Andrew Dunstan <andrew.dunstan@2ndquadrant.com>
From: Andrew Dunstan <andrew.dunstan@2ndquadrant.com>
To: Andres Freund <andres@anarazel.de>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers@lists.postgresql.org
Date: 2018-06-21T00:53:34Z
Lists: pgsql-hackers
Attachments
- fix-default-5.patch (text/x-patch) patch
On 06/20/2018 01:46 PM, Andrew Dunstan wrote: > > > > Attached deals with all those issues except locking. > > This version adds a lock on the table owning the attribute. cheers andrew -- Andrew Dunstan https://www.2ndQuadrant.com PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Allow for pg_upgrade of attributes with missing values
- 2448adf29c54 11.0 landed