Work-in-progress referential action trigger timing patch

From: Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, allanvv(at)gmail(dot)com, nsuk(at)users(dot)sourceforge(dot)net, darcy(at)wavefire(dot)com
Subject: Work-in-progress referential action trigger timing patch
Date: 2005-08-24 03:47:55
Message-ID: 20050823202913.A49980@megazone.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches


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.

Attachment Content-Type Size
timing.diff text/plain 15.4 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-08-24 04:26:21 Re: 8.1 release notes
Previous Message Michael Fuhr 2005-08-24 03:18:01 SHOW, RESET require quotes, SET doesn't

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2005-08-24 03:58:25 Re: PL/Perl regression tests with use_strict
Previous Message Michael Fuhr 2005-08-24 03:00:31 Re: plperl strict mode and associated fixes