pgsql: Restore RI trigger sanity check

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Restore RI trigger sanity check
Date: 2019-03-20 20:37:57
Message-ID: E1h6hyH-0005h5-8N@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Restore RI trigger sanity check

I unnecessarily removed this check in 3de241dba86f because I
misunderstood what the final representation of constraints across a
partitioning hierarchy was to be. Put it back (in both branches).

Discussion: https://postgr.es/m/201901222145.t6wws6t6vrcu@alvherre.pgsql

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/815b20ae0c6ed61a431fba124c736152f0df5022

Modified Files
--------------
src/backend/utils/adt/ri_triggers.c | 7 +++++++
1 file changed, 7 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2019-03-20 20:41:14 pgsql: Suppress DETAIL output from a foreign_data test.
Previous Message Peter Geoghegan 2019-03-20 19:12:07 Re: pgsql: Make heap TID a tiebreaker nbtree index column.