Re: satisfies_hash_partition crash - Mailing list pgsql-hackers

From Robert Haas
Subject Re: satisfies_hash_partition crash
Date
Msg-id CA+TgmobsvQw3F+KRYT83=N3teh8D2t-oPR=U06QDZJE3viCJRg@mail.gmail.com
Whole thread
Responses Re: satisfies_hash_partition crash
Re: satisfies_hash_partition crash
List pgsql-hackers
On Thu, Jul 2, 2026 at 2:17 AM Tender Wang <tndrwang@gmail.com> wrote:
> Personally,  I prefer a local bool variable near the top and reuse it.

I prefer to more thoroughly confine this fix to the variadic code
path, since I don't think we really expect that to be exercised in
practice. So here's my proposal.

--
Robert Haas
EDB: http://www.enterprisedb.com

Attachment

pgsql-hackers by date:

Previous
From: Bryan Green
Date:
Subject: pg_dump: use threads for parallel workers on all platforms
Next
From: Paul A Jungwirth
Date:
Subject: Re: Fix RLS checks for UPDATE/DELETE FOR PORTION OF leftover rows