]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Use more consistent *GetDatum() macros for some unsigned numbers
authorMichael Paquier <michael@paquier.xyz>
Wed, 14 Jan 2026 08:07:49 +0000 (17:07 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 14 Jan 2026 08:07:49 +0000 (17:07 +0900)
commit6dcfac9696cbb72a975ec964e88b78e6e90870c0
treea18a8a9d6e32b1e15d3f780820443c76ccf63275
parente385a4e2fd8ead796014a82dd6165f6027255b46
Use more consistent *GetDatum() macros for some unsigned numbers

This patch switches some code paths to use GetDatum() macros more in
line with the data types of the variables they manipulate.  This set of
changes does not fix a problem, but it is always nice to be more
consistent across the board.

Author: Kirill Reshke <reshkekirill@gmail.com>
Reviewed-by: Roman Khapov <rkhapov@yandex-team.ru>
Reviewed-by: Yuan Li <carol.li2025@outlook.com>
Reviewed-by: Michael Paquier <michael@paquier.xyz>
Reviewed-by: Man Zeng <zengman@halodbtech.com>
Discussion: https://postgr.es/m/CALdSSPidtC7j3MwhkqRj0K2hyp36ztnnjSt6qzGxQtiePR1dzw@mail.gmail.com
contrib/pageinspect/btreefuncs.c
contrib/pageinspect/ginfuncs.c
contrib/pageinspect/gistfuncs.c
contrib/pg_buffercache/pg_buffercache_pages.c
src/backend/access/brin/brin_inclusion.c
src/backend/access/brin/brin_minmax.c
src/backend/access/brin/brin_minmax_multi.c
src/backend/access/gist/gistget.c
src/backend/utils/adt/lockfuncs.c