pgsql: injection_points: Improve comment about disabled isolation permu - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: injection_points: Improve comment about disabled isolation permu
Date
Msg-id E1t6ILk-003DUY-Nj@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
injection_points: Improve comment about disabled isolation permutation

9f00edc22888 has disabled a permutation due to failures in the CI for
FreeBSD environments, but this is a matter of timing.  Let's document
properly why this type of permutation is a bad idea if relying on a wait
done in a SQL function, so as this can be avoided when implementing new
tests (this spec is also a template).

Reviewed-by: Bertrand Drouvot
Discussion: https://postgr.es/m/ZyCa2qsopKaw3W3K@paquier.xyz

Branch
------
master

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

Modified Files
--------------
src/test/modules/injection_points/specs/basic.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Update time zone data files to tzdata release 2024b.
Next
From: David Rowley
Date:
Subject: pgsql: Remove unused field from SubPlanState struct