diff options
Diffstat (limited to 'src/test/isolation/README')
-rw-r--r-- | src/test/isolation/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/isolation/README b/src/test/isolation/README index 217953d1834..6ae71523258 100644 --- a/src/test/isolation/README +++ b/src/test/isolation/README @@ -23,9 +23,9 @@ you can do something like ./pg_isolation_regress fk-contention fk-deadlock (look into the specs/ subdirectory to see the available tests). -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 +Certain tests require the server's max_prepared_transactions parameter to be +set to at least 3; therefore they are not run by default. To include them in +the test run, use make check-prepared-txns or make installcheck-prepared-txns |