File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,10 @@ To run just specific test(s), you can do something like
1919 ./pg_isolation_regress fk-contention fk-deadlock
2020(look into the specs/ subdirectory to see the available tests).
2121
22- Note that the prepared-transactions test requires the server's
23- max_prepared_transactions parameter to be set to at least 3. We have
24- provided a variant expected-output file that allows the test to "pass"
25- when max_prepared_transactions has its default value of zero, but of
26- course that is not really exercising the feature.
22+ The prepared-transactions test requires the server's
23+ max_prepared_transactions parameter to be set to at least 3; therefore it
24+ is not run by default. To include it in the test run, use
25+ gmake installcheck-prepared-txns
2726
2827To define tests with overlapping transactions, we use test specification
2928files with a custom syntax, which is described in the next section. To add
You can’t perform that action at this time.
0 commit comments