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-25T23:38:15Z
Lists: pgsql-hackers
Attachments
- v7-0001-Add-hash_make-macros.patch (text/x-patch) patch v7-0001
- v7-0002-Add-foreach_hash-macro.patch (text/x-patch) patch v7-0002
- v7-0003-Use-hash_make-macros-throughout-the-codebase.patch (text/x-patch) patch v7-0003
- v7-0004-Use-foreach_hash-macro-throughout-the-codebase.patch (text/x-patch) patch v7-0004
- v7-0005-Inline-functions-that-have-now-become-trivial.patch (text/x-patch) patch v7-0005
On Wed Jan 14, 2026 at 9:46 AM CET, Jelte Fennema-Nio wrote: > Changed wording and changed to NOTE. Attached is v7 which is rebased and changed the hash_create calls introduced by 282b1cde9de.