Re: [PATCHES] An additional foreign key test for regression

2003-07-26 Thread Bruce Momjian
Patch applied. Thanks. I adjusted the patch to match the new elog output. --- Stephan Szabo wrote: > > The deferred trigger queue pushing to disk patch pointed out > that the regression tests for foreign keys didn't seem

Re: [PATCHES] An additional foreign key test for regression

2003-07-20 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches I will try to apply it within the next 48 hours. --- Stephan Szabo wrote: > > The deferred tr

Re: [PATCHES] An additional foreign key test for regression

2003-07-20 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches I will try to apply it within the next 48 hours. --- Stephan Szabo wrote: > > The deferred tr

[PATCHES] An additional foreign key test for regression

2003-07-04 Thread Stephan Szabo
The deferred trigger queue pushing to disk patch pointed out that the regression tests for foreign keys didn't seem to test a deferred constraint that was not satisified by a later statement and was not made immediate by set constraints, so here's a simple added test with a single invalid insert a