mirror of
https://github.com/postgres/postgres.git
synced 2025-12-12 02:37:31 +03:00
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