pgsql: Restore RI trigger sanity check - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Restore RI trigger sanity check
Date
Msg-id E1h6hyH-0005h6-8K@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/04f9b449aa309410dbbcbf4951802a3f73b42bd0

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


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: pgsql: Make heap TID a tiebreaker nbtree index column.
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Suppress DETAIL output from a foreign_data test.