Fix incidental warnings from cpluspluscheck.

Remove use of "register" keyword in hashfn.c.  It's obsolescent
according to recent C++ compilers, and no modern C compiler pays
much attention to it either.

Also fix one cosmetic warning about signed vs unsigned comparison.

Discussion: https://postgr.es/m/[email protected]

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/232720be9b6412ec2b6bee405299bcbbbe700f0b

Modified Files
--------------
src/backend/utils/hash/hashfn.c   | 16 ++++++++--------
src/include/utils/expandeddatum.h |  2 +-
src/include/utils/hashutils.h     |  6 +++---
3 files changed, 12 insertions(+), 12 deletions(-)

Reply via email to