Re: isolation tester limitation in case of multiple injection points in a single command

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Mihail Nikalayeu <mihailnikalayeu(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: isolation tester limitation in case of multiple injection points in a single command
Date: 2025-11-10 00:59:33
Message-ID: aRE49ZBp8RIn3_MO@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2025-11-10 01:11:42 Add tests for object size limits of injection points
Previous Message Michael Paquier 2025-11-10 00:57:14 Re: Extend injection_points_attach() to accept a user-defined function