Re: Fix DROP TABLESPACE on Windows with ProcSignalBarrier? - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: Fix DROP TABLESPACE on Windows with ProcSignalBarrier?
Date
Msg-id CA+hUKGLippaN+Gp=8BhpWCRhakc4UNezJwEYmKJaP75-izjaDA@mail.gmail.com
Whole thread Raw
In response to Fix DROP TABLESPACE on Windows with ProcSignalBarrier?  (Thomas Munro <thomas.munro@gmail.com>)
Responses Re: Fix DROP TABLESPACE on Windows with ProcSignalBarrier?  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
> While reading the ProcSignalBarrier code, I couldn't resist replacing
> its poll/sleep loop with condition variables.

Oops, that version accidentally added and then removed an unnecessary
change due to incorrect commit squashing.  Here's a better pair of
patches.

Attachment

pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Fix DROP TABLESPACE on Windows with ProcSignalBarrier?
Next
From: Amit Kapila
Date:
Subject: Re: Single transaction in the tablesync worker?