From: | Michael Paquier <michael(at)paquier(dot)xyz> |
---|---|
To: | Greg Burd <greg(at)burd(dot)me> |
Cc: | Robert Haas <robertmhaas(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Nathan Bossart <nathandbossart(at)gmail(dot)com>, Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com> |
Subject: | Re: [PATCH] Add tests for Bitmapset |
Date: | 2025-09-17 22:26:47 |
Message-ID: | aMs1p9qnutgFPGLI@paquier.xyz |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Wed, Sep 17, 2025 at 10:53:26AM -0400, Greg Burd wrote:
> I've updated the hash value for 32bit systems and changed the
> bms_values() function to use outBitmapset() via bmsToString().
Oh, right, I also forgot that we have node functions for that.
And actually, could it be better to use nodeRead() to translate the
inputs? I've just remembered that we have some custom code in there
with other lists, which is documented for the purpose of extensions
with extensible nodes.
--
Michael
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2025-09-17 22:36:03 | Re: Remove PointerIsValid() |
Previous Message | Tom Lane | 2025-09-17 21:26:50 | Re: New string-truncation warnings from GCC 15 |