Re: [HACKERS] [GENERAL] Testing of MVCC

2005-08-11 Thread Matt Miller
On Wed, 2005-08-10 at 16:41 -0400, Tom Lane wrote: > Matt Miller <[EMAIL PROTECTED]> writes: > > It seems to me that contrib/dblink could greatly simplify the design and > > coding of multi-user regression tests. > > I doubt it would be very useful, since > a script based on that still doesn't let

Re: [HACKERS] [GENERAL] Testing of MVCC

2005-08-10 Thread Tom Lane
Matt Miller <[EMAIL PROTECTED]> writes: > It seems to me that contrib/dblink could greatly simplify the design and > coding of multi-user regression tests. Is there objection to a portion > of src/test/regress depending on contrib/dblink? Yes. Given the difficulties we had in getting the contrib

Re: [HACKERS] [GENERAL] Testing of MVCC

2005-08-10 Thread Matt Miller
On Mon, 2005-08-08 at 16:59 -0400, Tom Lane wrote: > Matt Miller <[EMAIL PROTECTED]> writes: > > I want to write some regression tests that confirm the behavior of > > multiple connections simultaneously going at the same tables/rows. Is > > there something like this already, e.g. in src/test/regr