pgsql: Fix warnings in cpluspluscheck - Mailing list pgsql-committers

From John Naylor
Subject pgsql: Fix warnings in cpluspluscheck
Date
Msg-id E1rXunT-005BMC-C7@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix warnings in cpluspluscheck

Various int variables were compared to macros that are of type size_t,
which caused -Wsign-compare warnings in cpluspluscheck.  Change those
to size_t, which also better describes their purpose.

Per report from Peter Eisentraut

Discussion: https://postgr.es/m/486847dc-6de5-464a-938e-bac98ec2438b%40eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/25799850867292efecf34da73db4ea1ad1aad573

Modified Files
--------------
src/include/common/hashfn_unstable.h | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: Rename static function to avoid conflicting names
Next
From: Masahiko Sawada
Date:
Subject: pgsql: Fix meson installation of xid_wraparound test.