]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Remove useless casts to Pointer
authorPeter Eisentraut <peter@eisentraut.org>
Wed, 3 Dec 2025 07:40:33 +0000 (08:40 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 3 Dec 2025 07:40:33 +0000 (08:40 +0100)
commit623801b3bdb4e16df39f945b6aa5f109744c7b6b
treeaca6681a91d929d42747c6695717a621fad18c8d
parentc252d37d8ca8f254fa715ec24fcb23a035a88993
Remove useless casts to Pointer

in arguments of memcpy() and memmove() calls

Reviewed-by: Chao Li <li.evan.chao@gmail.com>
Reviewed-by: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Discussion: https://www.postgresql.org/message-id/4154950a-47ae-4223-bd01-1235cc50e933%40eisentraut.org
contrib/bloom/blutils.c
contrib/bloom/blvacuum.c
src/backend/access/gin/ginxlog.c
src/backend/utils/adt/multirangetypes.c