Re: Simple tester for MVCC in PostgreSQL

From: Matt Miller <mattm(at)epx(dot)com>
To: Martijn van Oosterhout <kleptog(at)svana(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Simple tester for MVCC in PostgreSQL
Date: 2005-09-06 15:51:41
Message-ID: 1126021901.3076.7.camel@dbamm01-linux
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 2005-08-30 at 00:56 +0200, Martijn van Oosterhout wrote:
> I saw the discussion about an tester for MVCC. Since I'd never done
> anything with asyncronous queries before, I figured I'd try to write
> something useful with it. The result is at:
>
> http://svana.org/kleptog/pgsql/mvcctest.tar.gz

I've started using it in some simple cases and it seems to be a good
tool. The feature set looks to me to be a pretty solid core on which to
build.

> It uses Perl and the Pg module from CPAN

This dependency seems easy enough to live with.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Martijn van Oosterhout 2005-09-06 16:06:49 Mysteriously lost values in nodes
Previous Message Tom Lane 2005-09-06 15:38:57 Re: uuid type for postgres