implicit casts from void* - Mailing list pgsql-hackers

From John Naylor
Subject implicit casts from void*
Date
Msg-id CANWCAZaCq9AHBuhs=Mx7Gg_0Af9oRU7iAqr0itJCtfmsWwVmnQ@mail.gmail.com
Whole thread Raw
Responses Re: implicit casts from void*
List pgsql-hackers
I received on off-list report that commit e2809e3a101 causes an error
when building an extension written in C++, since $subject is in a
header file. The fix is simply to add an explicit cast, so I plan to
push the attached soon.

Bikeshedding: We could additionally change the pg_crc*.c files to make
them consistent, but I have not done that yet. It seems we prefer
explicit casts anyway but don't enforce that.

-- 
John Naylor
Amazon Web Services

Attachment

pgsql-hackers by date:

Previous
From: Etsuro Fujita
Date:
Subject: Problem with transition tables on partitioned tables with foreign-table partitions
Next
From: Tom Lane
Date:
Subject: Re: Tags in the commitfest app: How to use them and what tags to add?