Обсуждение: pgsql: Fix warnings in cpluspluscheck

Поиск
Список
Период
Сортировка

pgsql: Fix warnings in cpluspluscheck

От
John Naylor
Дата:
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(-)