Improper use about DatumGetInt32 - Mailing list pgsql-hackers

From Hou, Zhijie
Subject Improper use about DatumGetInt32
Date
Msg-id d8f6bdd536df403b9b33816e9f7e0b9d@G08CNEXMBPEKD05.g08.fujitsu.local
Whole thread Raw
Responses Re: Improper use about DatumGetInt32
Re: Improper use about DatumGetInt32
List 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




Attachment

pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: Planner, check if can use consider HASH for groupings (src/backend/optimizer/plan/planner.c)
Next
From: Thomas Munro
Date:
Subject: Re: Handing off SLRU fsyncs to the checkpointer