From: | Matt Miller <mattm(at)epx(dot)com> |
---|---|
To: | pgsql-general <pgsql-general(at)postgresql(dot)org> |
Subject: | Testing of MVCC |
Date: | 2005-08-08 19:53:35 |
Message-ID: | 1123530815.3062.36.camel@dbamm01-linux |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
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/regress? In
particular I want confirm the robustness of some PL/pgSQL functions in a
multi-user environment. I could probably just bang away from multiple
interactive psql sessions, but I like to script the whole thing, and I'd
like it all to fit neatly into the current "make check" regression
tests.
From | Date | Subject | |
---|---|---|---|
Next Message | Joshua D. Drake | 2005-08-08 19:59:37 | Re: AMD 64 RPM? |
Previous Message | Joshua D. Drake | 2005-08-08 19:47:56 | Re: Simple PG Sql question (i hope) |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2005-08-08 19:56:39 | Simplifying wal_sync_method |
Previous Message | Bruce Momjian | 2005-08-08 19:46:46 | Re: #escape_string_warning = off |