Re: Injection points: preloading and runtime arguments - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Injection points: preloading and runtime arguments
Date
Msg-id Zq5UjqIxGFdQUgi5@paquier.xyz
Whole thread Raw
In response to Re: Injection points: preloading and runtime arguments  ("Andrey M. Borodin" <x4mmm@yandex-team.ru>)
Responses Re: Injection points: preloading and runtime arguments
List pgsql-hackers
On Fri, Aug 02, 2024 at 07:03:58PM +0300, Andrey M. Borodin wrote:
> The test works fine with SQL interface “select
> injection_points_load('get-new-multixact-id');”.

Yes, just use a load() here to make sure that the DSM required by the
waits are properly initialized before entering in the critical section
where the wait of the point get-new-multixact-id happens.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Umar Hayat
Date:
Subject: Broken layout: CommitFest Add Review Form
Next
From: Tom Lane
Date:
Subject: Re: Fix inappropriate uses of atol()