pgsql: Replace PGISOLATIONTIMEOUT with 2 * PG_TEST_TIMEOUT_DEFAULT. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Replace PGISOLATIONTIMEOUT with 2 * PG_TEST_TIMEOUT_DEFAULT.
Date
Msg-id E1o7Rym-000lRr-Pc@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Replace PGISOLATIONTIMEOUT with 2 * PG_TEST_TIMEOUT_DEFAULT.

Now that the more-generic variable exists, use it.

Discussion: https://postgr.es/m/20220219024136.GA3670392@rfd.leadboat.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c99c67fc43f8659517310c62e8a2637d56d0e449

Modified Files
--------------
src/test/isolation/README            | 15 ++++++++-------
src/test/isolation/isolationtester.c | 10 +++++-----
2 files changed, 13 insertions(+), 12 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remove no-longer-used parameter for create_groupingsets_path().
Next
From: Michael Paquier
Date:
Subject: pgsql: Introduce pg_attribute_nonnull(...)