The deferred trigger queue pushing to disk patch pointed out
Bruce Momjian <bruce@momjian.us>
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
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/foreign_key.out | modified | +19 −0 |
| src/test/regress/sql/foreign_key.sql | modified | +20 −0 |