> On 10 Aug 2026, at 04:53, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> I wonder if we could enforce (via an Assert) that vacuum_delay_point
> is only called from places where an interrupt can be accepted?
I'd say even sleeping with LWLock is not a very good idea.
Best regards, Andrey Borodin.