Re: pg_dump: use threads for parallel workers on all platforms

Heikki Linnakangas <hlinnaka@iki.fi>

From: Heikki Linnakangas <hlinnaka@iki.fi>
To: Bryan Green <dbryan.green@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Cc: Thomas Munro <thomas.munro@gmail.com>, Andrew Dunstan <andrew@dunslane.net>
Date: 2026-07-07T15:25:00Z
Lists: pgsql-hackers
On 02/07/2026 19:30, Bryan Green wrote:
> The unchecked _beginthreadex return-- which on failure recorded a
> thread that didn't exist as an idle worker-- is fixed.
Committed and backpatched this patch (0001) now, to get that out of the 
way. The rest remain. Thanks!

- Heikki