Fix warnings in cpluspluscheck
John Naylor <john.naylor@postgresql.org>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/include/common/hashfn_unstable.h | modified | +10 −10 |
Discussion
- Change GUC hashtable to use simplehash? 103 messages · 2023-11-17 → 2025-02-25