File tree 1 file changed +4
-5
lines changed
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
19
19
./pg_isolation_regress fk-contention fk-deadlock
20
20
(look into the specs/ subdirectory to see the available tests).
21
21
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
27
26
28
27
To define tests with overlapping transactions, we use test specification
29
28
files 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