Re: [HACKERS] [PATCH] WIP Add ALWAYS DEFERRED option for constraints

From: Nico Williams <nico(at)cryptonector(dot)com>
To: Robbie Harwood <rharwood(at)redhat(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] [PATCH] WIP Add ALWAYS DEFERRED option for constraints
Date: 2018-07-02 22:14:07
Message-ID: 20180702221406.GB6568@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jun 26, 2018 at 04:54:13PM -0400, Robbie Harwood wrote:
> Nico Williams <nico(at)cryptonector(dot)com> writes:
>
> > [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).
>
> This design seems correct to me. I have a couple questions inline, and
> some nits to go with them.

Thanks for the review. I'm traveling (on vacation). I'll try to get to
your comments within a week. Thanks!

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2018-07-02 22:16:50 Re: pgsql: Clarify use of temporary tables within partition trees
Previous Message Nico Williams 2018-07-02 22:12:55 Re: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS)