pgsql: Fix warnings in cpluspluscheck

Поиск
Список
Период
Сортировка
От John Naylor
Тема pgsql: Fix warnings in cpluspluscheck
Дата
Msg-id E1rXunT-005BMC-C7@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: Rename static function to avoid conflicting names
Следующее
От: Masahiko Sawada
Дата:
Сообщение: pgsql: Fix meson installation of xid_wraparound test.