From: | Nico Williams <nico(at)cryptonector(dot)com> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: [HACKERS] [PATCH] WIP Add ALWAYS DEFERRED option for constraints |
Date: | 2018-06-06 15:34:32 |
Message-ID: | 20180606153430.GB24501@localhost |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
[Re-send; first attempt appears to have hit /dev/null somewhere. My
apologies if you get two copies.]
I've finally gotten around to rebasing this patch and making the change
that was requested, which was: merge the now-would-be-three deferral-
related bool columns in various pg_catalog tables into one char column.
Instead of (deferrable, initdeferred, alwaysdeferred), now there is just
(deferral).
All tests (make check) pass.
Sorry for the delay in doing this!
Incidentally, I had to do commit-by-commit rebasing to make the rebase
easier. I have a shell function I use for this, if anyone wants a copy
of it -- sometimes it's much easier to do this than to do one huge jump.
Nico
--
Attachment | Content-Type | Size |
---|---|---|
0001-Add-ALWAYS-DEFERRED-option-for-CONSTRAINTs.patch | text/x-diff | 91.4 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2018-06-06 15:44:15 | Re: Scariest patch tournament, PostgreSQL 11 edition |
Previous Message | Joshua D. Drake | 2018-06-06 15:34:23 | Re: Code of Conduct plan |