Re: Safer hash table initialization macro

From: "Jelte Fennema-Nio" <postgres(at)jeltef(dot)nl>
To: "Bertrand Drouvot" <bertranddrouvot(dot)pg(at)gmail(dot)com>
Cc: "Thomas Munro" <thomas(dot)munro(at)gmail(dot)com>, <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Safer hash table initialization macro
Date: 2026-01-26 10:50:34
Message-ID: DFYGONIR99L9.1X97TT8JYZASW@jeltef.nl
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon Jan 26, 2026 at 11:26 AM CET, Bertrand Drouvot wrote:
> I can still see it. If I apply from 0001 to 0004 and compile, I see it. It looks
> like it's fixed in 0005:

Ugh, you're right. I had ammended that fix to the wrong commit. Fixed
now.

Attachment Content-Type Size
v9-0001-Add-hash_make-macros.patch text/x-patch 15.2 KB
v9-0002-Add-foreach_hash-macro.patch text/x-patch 3.9 KB
v9-0003-Use-hash_make-macros-throughout-the-codebase.patch text/x-patch 97.4 KB
v9-0004-Use-foreach_hash-macro-throughout-the-codebase.patch text/x-patch 72.3 KB
v9-0005-Inline-functions-that-have-now-become-trivial.patch text/x-patch 4.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Rafia Sabih 2026-01-26 11:44:23 Re: Bypassing cursors in postgres_fdw to enable parallel plans
Previous Message David Rowley 2026-01-26 10:49:42 Re: Fix a reference error for window functions: In the function 'find_window_functions', the deduplication logic should be removed