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

From: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
To: Bryan Green <dbryan(dot)green(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, Andrew Dunstan <andrew(at)dunslane(dot)net>
Subject: Re: pg_dump: use threads for parallel workers on all platforms
Date: 2026-07-07 15:25:00
Message-ID: 2226a81c-c5c3-4cfe-bf27-694f94190280@iki.fi
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Korotkov 2026-07-07 15:25:28 Re: Implement waiting for wal lsn replay: reloaded
Previous Message Chao Li 2026-07-07 15:14:03 Fix duplicate detection for null-treatment window functions