We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentdb10834 commit633f2fbCopy full SHA for 633f2fb
src/test/isolation/README
@@ -19,11 +19,10 @@ To run just specific test(s), you can do something like
19
./pg_isolation_regress fk-contention fk-deadlock
20
(look into the specs/ subdirectory to see the available tests).
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.
+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
27
28
To define tests with overlapping transactions, we use test specification
29
files with a custom syntax, which is described in the next section. To add