From: | Michael Paquier <michael(at)paquier(dot)xyz> |
---|---|
To: | Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Cc: | Ashutosh Bapat <ashutosh(dot)bapat(at)gmail(dot)com> |
Subject: | Re: Injection points: some tools to wait and wake |
Date: | 2024-02-19 07:51:45 |
Message-ID: | ZdMIkfJnBj6rBQrL@paquier.xyz |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Mon, Feb 19, 2024 at 03:01:40PM +0900, Michael Paquier wrote:
> 0002 is a polished version of the TAP test that makes use of this
> facility, providing coverage for the bug fixed by 7863ee4def65
> (reverting this commit causes the test to fail), where a restart point
> runs across a promotion request. The trick is to stop the
> checkpointer in the middle of a restart point and issue a promotion
> in-between.
The CF bot has been screaming at this one on Windows because the
process started with IPC::Run::start was not properly finished, so
attached is an updated version to bring that back to green.
--
Michael
Attachment | Content-Type | Size |
---|---|---|
v2-0001-injection_points-Add-routines-to-wait-and-wake-pr.patch | text/x-diff | 5.8 KB |
v2-0002-Add-regression-test-for-restart-points-during-pro.patch | text/x-diff | 9.1 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Bertrand Drouvot | 2024-02-19 07:53:17 | Re: Synchronizing slots from primary to standby |
Previous Message | Bertrand Drouvot | 2024-02-19 07:47:23 | Re: Fix race condition in InvalidatePossiblyObsoleteSlot() |