pgsql: Use more consistent *GetDatum() macros for some unsigned numbers

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Use more consistent *GetDatum() macros for some unsigned numbers
Дата
Msg-id E1vfvvE-000O6X-1q@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6dcfac9696cbb72a975ec964e88b78e6e90870c0

Modified Files
--------------
contrib/pageinspect/btreefuncs.c              | 2 +-
contrib/pageinspect/ginfuncs.c                | 2 +-
contrib/pageinspect/gistfuncs.c               | 4 ++--
contrib/pg_buffercache/pg_buffercache_pages.c | 2 +-
src/backend/access/brin/brin_inclusion.c      | 2 +-
src/backend/access/brin/brin_minmax.c         | 2 +-
src/backend/access/brin/brin_minmax_multi.c   | 2 +-
src/backend/access/gist/gistget.c             | 4 ++--
src/backend/utils/adt/lockfuncs.c             | 4 ++--
9 files changed, 12 insertions(+), 12 deletions(-)


В списке pgsql-committers по дате отправления: