An additional foreign key test for regression

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: <pgsql-patches(at)postgresql(dot)org>
Subject: An additional foreign key test for regression
Date: 2003-07-04 22:38:56
Message-ID: 20030704153518.Y26326-200000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


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.

Attachment Content-Type Size
fk_regress.patch text/plain 2.1 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Greg Stark 2003-07-05 00:51:21 Autoconf test for incompatible version of flex
Previous Message Darcy Buskermolen 2003-07-04 21:20:34 Re: [HACKERS] Proof-of-concept for initdb-time shared_buffers selection