diff options
author | John Naylor <john.naylor@postgresql.org> | 2024-02-08 10:04:57 +0700 |
---|---|---|
committer | John Naylor <john.naylor@postgresql.org> | 2024-02-08 10:07:26 +0700 |
commit | 25799850867292efecf34da73db4ea1ad1aad573 (patch) | |
tree | fcaf7ae08973576703857c1cdf442cc6bb6e2b94 /src/backend/commands/dbcommands.c | |
parent | a4012a697e806708172ce23be14c6ffebdf8e460 (diff) | |
download | postgresql-25799850867292efecf34da73db4ea1ad1aad573.tar.gz postgresql-25799850867292efecf34da73db4ea1ad1aad573.zip |
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
Diffstat (limited to 'src/backend/commands/dbcommands.c')
0 files changed, 0 insertions, 0 deletions