Re: [PATCH] Add ALWAYS DEFERRED option for constraints

From: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
To: Nico Williams <nico(at)cryptonector(dot)com>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Add ALWAYS DEFERRED option for constraints
Date: 2017-11-06 04:50:21
Message-ID: CAEepm=01wDdnxZAZVcN0W8JEpb8sWv=fsYABOigvJ+H2Wxy0mw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Oct 20, 2017 at 9:05 AM, Nico Williams <nico(at)cryptonector(dot)com> wrote:
> Rebased (there were conflicts in the SGML files).

Hi Nico

FYI that version has some stray absolute paths in constraints.source:

-COPY COPY_TBL FROM '@abs_srcdir@/data/constro.data';
+COPY COPY_TBL FROM '/home/nico/ws/postgres/src/test/regress/data/constro.data';

-COPY COPY_TBL FROM '@abs_srcdir@/data/constrf.data';
+COPY COPY_TBL FROM '/home/nico/ws/postgres/src/test/regress/data/constrf.data';

--
Thomas Munro
http://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2017-11-06 05:05:23 Re: Flexible configuration for full-text search
Previous Message Amit Langote 2017-11-06 04:34:00 Re: [Sender Address Forgery]Re: path toward faster partition pruning