Re: Visibility regression test - Mailing list pgsql-patches

From Tom Lane
Subject Re: Visibility regression test
Date
Msg-id 6442.1030635459@sss.pgh.pa.us
Whole thread Raw
In response to Re: Visibility regression test  (Manfred Koizar <mkoi-pg@aon.at>)
Responses Re: Visibility regression test  (John Gray <jgray@azuli.co.uk>)
Re: Visibility regression test  (Manfred Koizar <mkoi-pg@aon.at>)
List pgsql-patches
Manfred Koizar <mkoi-pg@aon.at> writes:
> On Thu, 29 Aug 2002 10:30:59 -0400, Tom Lane <tgl@sss.pgh.pa.us>
> wrote:
>> Manfred Koizar <mkoi-pg@aon.at> writes:
> A new regression test trying to detect runaway INSERTs/UPDATEs.
>>
>> Why?

> Because we do not want to run a database that gets hung in an endless
> loop on INSERT or UPDATE.  Better we find such bugs during regression
> testing.

If there is such a problem it will surely be found by the other
regression tests.  I don't see a need to insert a test that has an
acknowledged system dependency in order to detect this.

            regards, tom lane

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: Proposed patch for qual pushdown into UNION/INTERSECT
Next
From: Stephan Szabo
Date:
Subject: Re: Proposed patch for qual pushdown into UNION/INTERSECT