Re: pg_dump: use threads for parallel workers on all platforms - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: pg_dump: use threads for parallel workers on all platforms
Date
Msg-id 2226a81c-c5c3-4cfe-bf27-694f94190280@iki.fi
Whole thread
In response to pg_dump: use threads for parallel workers on all platforms  (Bryan Green <dbryan.green@gmail.com>)
List 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




pgsql-hackers by date:

Previous
From: Chao Li
Date:
Subject: Fix duplicate detection for null-treatment window functions
Next
From: Alexander Korotkov
Date:
Subject: Re: Implement waiting for wal lsn replay: reloaded