aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2012-08-08 12:02:11 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2012-08-08 12:02:11 -0400
commit4bf70f22296596a1b67eac92aa6a5fc367b37cb3 (patch)
tree9be9559593005bc604f2c89527bad2637204fcbe
parent5cf2307c98f6daeac3d42e74f4e2d46ab3bf0a80 (diff)
downloadpostgresql-4bf70f22296596a1b67eac92aa6a5fc367b37cb3.tar.gz
postgresql-4bf70f22296596a1b67eac92aa6a5fc367b37cb3.zip
Update isolation tests' README file.
The directions explaining about running the prepared-transactions test were not updated in commit ae55d9fbe3871a5e6309d9b91629f1b0ff2b8cba.
-rw-r--r--src/test/isolation/README9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/test/isolation/README b/src/test/isolation/README
index 65cedc84210..dc96242883a 100644
--- a/src/test/isolation/README
+++ b/src/test/isolation/README
@@ -19,11 +19,10 @@ To run just specific test(s), you can do something like
./pg_isolation_regress fk-contention fk-deadlock
(look into the specs/ subdirectory to see the available tests).
-Note that the prepared-transactions test requires the server's
-max_prepared_transactions parameter to be set to at least 3. We have
-provided a variant expected-output file that allows the test to "pass"
-when max_prepared_transactions has its default value of zero, but of
-course that is not really exercising the feature.
+The prepared-transactions test requires the server's
+max_prepared_transactions parameter to be set to at least 3; therefore it
+is not run by default. To include it in the test run, use
+ gmake installcheck-prepared-txns
To define tests with overlapping transactions, we use test specification
files with a custom syntax, which is described in the next section. To add