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-26T10:50:34Z
Lists: pgsql-hackers
Attachments
- v9-0001-Add-hash_make-macros.patch (text/x-patch) patch v9-0001
- v9-0002-Add-foreach_hash-macro.patch (text/x-patch) patch v9-0002
- v9-0003-Use-hash_make-macros-throughout-the-codebase.patch (text/x-patch) patch v9-0003
- v9-0004-Use-foreach_hash-macro-throughout-the-codebase.patch (text/x-patch) patch v9-0004
- v9-0005-Inline-functions-that-have-now-become-trivial.patch (text/x-patch) patch v9-0005
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.