Re: ALTER TABLE ADD COLUMN fast default
Andrew Dunstan <andrew.dunstan@2ndquadrant.com>
From: Andrew Dunstan <andrew.dunstan@2ndquadrant.com>
To: David Rowley <david.rowley@2ndquadrant.com>
Cc: Andres Freund <andres@anarazel.de>,
Thomas Munro <thomas.munro@enterprisedb.com>, Tom Lane <tgl@sss.pgh.pa.us>,
PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2018-03-13T12:28:03Z
Lists: pgsql-hackers
Attachments
- fast_default-v15.patch (application/octet-stream) patch v15
On Tue, Mar 13, 2018 at 2:40 PM, Andrew Dunstan <andrew.dunstan@2ndquadrant.com> wrote: >> >> Going by the commitfest app, the patch still does appear to be waiting >> on Author. Never-the-less, I've made another pass over it and found a >> few mistakes and a couple of ways to improve things: >> > > working on these. Should have a new patch tomorrow. > Here is a patch that attends to most of these, except that I haven't re-indented it. Your proposed changes to slot_getmissingattrs() wouldn't work, but I have rewritten it in a way that avoids the double work you disliked. I'll rerun the benchmark tests I posted upthread and let you know the results. cheers andrew -- Andrew Dunstan https://www.2ndQuadrant.com PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Clean up treatment of missing default and CHECK-constraint records.
- 091e22b2e673 14.0 landed
-
Fast ALTER TABLE ADD COLUMN with a non-NULL default
- 16828d5c0273 11.0 landed
-
Fix application of identity values in some cases
- 533c5d8bddf0 11.0 cited