Re: Fix foreign key constraint check for partitioned tables - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Fix foreign key constraint check for partitioned tables
Date
Msg-id 20190407121618.GA30283@alvherre.pgsql
Whole thread Raw
In response to Re: Fix foreign key constraint check for partitioned tables  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 2019-Apr-06, Tom Lane wrote:

> Hadi Moshayedi <hadi@moshayedi.net> writes:

> > This patch also changed the output of some of tests, i.e. previously
> > foreign key constraint failures errored on the partitioned table itself,
> > but now it shows the child table's name in the error message. I hope it is
> > ok.
> 
> Yeah, I think that's OK.  Interestingly, no such changes appear in
> HEAD's version of the regression test --- probably Alvaro's earlier
> changes had the same effect.

Yeah, they did.


-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: ToDo: show size of partitioned table
Next
From: Magnus Hagander
Date:
Subject: Re: pg_rewind vs superuser