Re: isolation tester limitation in case of multiple injection points in a single command - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: isolation tester limitation in case of multiple injection points in a single command
Date
Msg-id aRE49ZBp8RIn3_MO@paquier.xyz
Whole thread Raw
In response to Re: isolation tester limitation in case of multiple injection points in a single command  (Mihail Nikalayeu <mihailnikalayeu@gmail.com>)
List pgsql-hackers
On Sun, Nov 09, 2025 at 11:51:51PM +0100, Mihail Nikalayeu wrote:
> Yes, possible. But the idea is to avoid weird two INJECTION_POINT in a
> row...

FWIW, I think that it's OK to use as style.  The backend-side
injection point implementation is currently quite simple, meaning that
it less prone to future bugs.  For testing purposes, that's an
important property to rely on, IMO.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Extend injection_points_attach() to accept a user-defined function
Next
From: Michael Paquier
Date:
Subject: Add tests for object size limits of injection points