Teach isolation tester about injection points in background workers

From: Antonin Houska <ah(at)cybertec(dot)at>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Teach isolation tester about injection points in background workers
Date: 2026-03-23 07:22:14
Message-ID: 4703.1774250534@localhost
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I hit a limitation of the isolation tester when trying to reproduce a bug in
REPACK (CONCURRENTLY) [1]: it does not recognize that session is blocked due
to background worker waiting on an injection point. This patch tries to fix
that.

[1] https://www.postgresql.org/message-id/29157.1774029970%40localhost

--
Antonin Houska
Web: https://www.cybertec-postgresql.com

Attachment Content-Type Size
0001-Teach-isolation-tester-about-background-workers.patch text/x-diff 2.6 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Xuneng Zhou 2026-03-23 07:39:51 log_checkpoints: count WAL segment creations from all processes
Previous Message Amit Kapila 2026-03-23 07:16:36 Re: [Proposal] Adding Log File Capability to pg_createsubscriber