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-10 11:32:39
Message-ID: DFKVK5R7G2ND.1EH6WD16255OW@jeltef.nl
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue Dec 9, 2025 at 8:27 AM CET, Bertrand Drouvot wrote:
> Thanks for this patch series!

v4 attached, which fixes some rebase conflicts. Also I moved the patches
that start using the new API to the end of the series, so the
introduction of the new APIs is now done in the first two patches.

Attachment Content-Type Size
v4-0001-Add-hash_make-macros.patch text/x-patch 14.8 KB
v4-0002-Add-foreach_hash-macro.patch text/x-patch 3.6 KB
v4-0003-Use-hash_make-macros-throughout-the-codebase.patch text/x-patch 95.6 KB
v4-0004-Use-foreach_hash-macro-throughout-the-codebase.patch text/x-patch 67.6 KB
v4-0005-Inline-functions-that-have-now-become-trivial.patch text/x-patch 4.5 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jelte Fennema-Nio 2026-01-10 11:56:42 Re: New year, new commitfest app improvements
Previous Message Jelte Fennema-Nio 2026-01-10 11:09:10 Re: Make copyObject work in C++