The deferred trigger queue pushing to disk patch pointed out

Bruce Momjian <bruce@momjian.us>

Commit: 1e5a16cc9ccf030df8a1659ff64639426f2bc3aa
Author: Bruce Momjian <bruce@momjian.us>
Date: 2003-07-27T03:13:17Z
Releases: 7.4.1
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 and
a commit.

Stephan Szabo

Files