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-25 23:38:15
Message-ID: DFY2DVPSXAZX.1BAGDNB27D0F2@jeltef.nl
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2026-01-26 00:33:09 Re: Some tests for TOAST, STORAGE MAIN/EXTENDED
Previous Message Jelte Fennema-Nio 2026-01-25 22:21:58 Re: Add GoAway protocol message for graceful but fast server shutdown/switchover