Re: Safer hash table initialization macro
Jelte Fennema <postgres@jeltef.nl>
From: "Jelte Fennema-Nio" <postgres@jeltef.nl>
To: "Bertrand Drouvot" <bertranddrouvot.pg@gmail.com>
Cc: "Thomas Munro" <thomas.munro@gmail.com>,
<pgsql-hackers@lists.postgresql.org>
Date: 2026-01-10T11:32:39Z
Lists: pgsql-hackers
Attachments
- v4-0001-Add-hash_make-macros.patch (text/x-patch) patch v4-0001
- v4-0002-Add-foreach_hash-macro.patch (text/x-patch) patch v4-0002
- v4-0003-Use-hash_make-macros-throughout-the-codebase.patch (text/x-patch) patch v4-0003
- v4-0004-Use-foreach_hash-macro-throughout-the-codebase.patch (text/x-patch) patch v4-0004
- v4-0005-Inline-functions-that-have-now-become-trivial.patch (text/x-patch) patch v4-0005
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.