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:41
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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/304862973e9a77c31cbf05d10b8b71c1a2870e59

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 16:41:42 pgsql: Fixed signed/unsigned mismatch in test_dsm_registry.
Previous Message Peter Geoghegan 2025-06-06 14:21:00 pgsql: Avoid BufferGetLSNAtomic() calls during nbtree scans.