Improper use about DatumGetInt32

Поиск
Список
Период
Сортировка
От Hou, Zhijie
Тема Improper use about DatumGetInt32
Дата
Msg-id d8f6bdd536df403b9b33816e9f7e0b9d@G08CNEXMBPEKD05.g08.fujitsu.local
обсуждение исходный текст
Ответы Re: Improper use about DatumGetInt32
Re: Improper use about DatumGetInt32
Список pgsql-hackers
Hi

In (/contrib/bloom/blutils.c:277), I found it use DatumGetInt32 to get UInt32 type.
Is it more appropriate to use DatumGetUInt32 here?

See the attachment for the patch

Bes regards,
houzj




Вложения

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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: Planner, check if can use consider HASH for groupings (src/backend/optimizer/plan/planner.c)
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: Handing off SLRU fsyncs to the checkpointer