fix type of infomask parameter in static inline functions - Mailing list pgsql-hackers

From Nathan Bossart
Subject fix type of infomask parameter in static inline functions
Date
Msg-id aPk4u955ZPPZ_nYw@nathan
Whole thread Raw
Responses Re: fix type of infomask parameter in static inline functions
List pgsql-hackers
I noticed that a couple of the functions added by commit 34694ec use
"int16" instead of "uint16" for the infomask parameter.  I don't think
there are any live bugs here, but IMHO we should at least fix this for v19
to help prevent future problems.

Assuming there is agreement on this change, any thoughts on back-patching?

-- 
nathan

Attachment

pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: another autovacuum scheduling thread
Next
From: Sami Imseih
Date:
Subject: [Proposal] Adding callback support for custom statistics kinds