]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Add casts to simplehash.h to silence C++ warnings.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 3 Nov 2022 14:47:31 +0000 (10:47 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 3 Nov 2022 14:47:31 +0000 (10:47 -0400)
commiteeb5461e76ae3df40e2443c087ab94925d767434
tree64337e651c523a8dc5e9f494fb9c0e992e2e433c
parent058c7b5dd4cc6d8f3561f843fe0f1a7839e2b26d
Add casts to simplehash.h to silence C++ warnings.

Casting the result of palloc etc. to the intended type is more per
project style anyway.

(The fact that cpluspluscheck doesn't notice these problems is
because it doesn't expand any macros, which seems like a troubling
shortcoming.  Don't have a good idea about improving that.)

Back-patch to v13, which is as far as the patch applies cleanly;
doesn't seem worth working harder.

David Geier

Discussion: https://postgr.es/m/aa5d88a3-71f4-3455-11cf-82de0372c941@gmail.com
src/include/lib/simplehash.h