pgsql: Fixed signed/unsigned mismatch in test_dsm_registry.

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fixed signed/unsigned mismatch in test_dsm_registry.
Date: 2025-06-06 16:41:42
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fixed signed/unsigned mismatch in test_dsm_registry.

Oversight in commit 8b2bcf3f28.

Reviewed-by: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
Discussion: https://postgr.es/m/aECi_gSD9JnVWQ8T%40nathan
Backpatch-through: 17

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/65145d0955c494d37f71f5a8e219f05aa947a04e

Modified Files
--------------
src/test/modules/test_dsm_registry/test_dsm_registry.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2025-06-06 17:08:41 pgsql: Use NULL instead of 0 for pointer arguments.
Previous Message Nathan Bossart 2025-06-06 16:41:41 pgsql: Fixed signed/unsigned mismatch in test_dsm_registry.