Re: Testing of MVCC

From: Matt Miller <mattm(at)epx(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Testing of MVCC
Date: 2005-08-15 22:37:06
Message-ID: 1124145426.3361.50.camel@dbamm01-linux
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

> What we really need is a test program that can issue a command on one
> connection (perhaps waiting for it to finish, perhaps not) and then
> issue other commands on other connections, all according to a script.

It seems to me that this is what contrib/dblink could allow, but when I
presented that idea earlier you replied:

> I doubt it would be very useful, since a script based on that
> still doesn't let you issue concurrent queries.

So, I guess I'm not clear on what you're thinking.

> Perhaps we should look at Expect or something similar.

Where can I get more info on Expect?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Matt Miller 2005-08-15 22:40:23 Re: Testing of MVCC
Previous Message Aly Dharshi 2005-08-15 22:05:12 Re: Postgresql Books: Which one ?

Browse pgsql-hackers by date

  From Date Subject
Next Message Matt Miller 2005-08-15 22:40:23 Re: Testing of MVCC
Previous Message Tom Lane 2005-08-15 22:01:20 Re: Testing of MVCC