pgsql: Fixed signed/unsigned mismatch in test_dsm_registry. - Mailing list pgsql-committers

From Nathan Bossart
Subject pgsql: Fixed signed/unsigned mismatch in test_dsm_registry.
Date
Msg-id E1uNa8T-000Svt-2k@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fixed signed/unsigned mismatch in test_dsm_registry.

Oversight in commit 8b2bcf3f28.

Reviewed-by: Masahiko Sawada <sawada.mshk@gmail.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(-)


pgsql-committers by date:

Previous
From: Nathan Bossart
Date:
Subject: pgsql: Fixed signed/unsigned mismatch in test_dsm_registry.
Next
From: Nathan Bossart
Date:
Subject: pgsql: Use NULL instead of 0 for pointer arguments.