Re: Work-in-progress referential action trigger timing patch

Allan Wang <allanvv@gmail.com>

From: Allan Wang <allanvv@gmail.com>
To: Stephan Szabo <sszabo@megazone.bigpanda.com>
Cc: pgsql-patches@postgresql.org, Tom Lane <tgl@sss.pgh.pa.us>, nsuk@users.sourceforge.net, darcy@wavefire.com
Date: 2005-08-30T02:35:18Z
Lists: pgsql-hackers
On Tue, 2005-08-23 at 20:47 -0700, Stephan Szabo wrote:
> Here's my current work in progress for 8.1 devel related to fixing the
> timing issues with referential actions having their checks run on
> intermediate states.  I've only put in a simple test that failed against
> 8.0 in the regression patch and regression still passes for me.  There's
> still an outstanding question of whether looping gives the correct result
> in the presence of explicit inserts and set constraints immediate in
> before triggers.

Yup, this patch fixed my issues.

Allan Wang