fix type of infomask parameter in static inline functions

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Cc: peter(at)eisentraut(dot)org
Subject: fix type of infomask parameter in static inline functions
Date: 2025-10-22 20:04:11
Message-ID: aPk4u955ZPPZ_nYw@nathan
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
v1-0001-fix-type-of-infomask-parameter-in-static-inline-f.patch text/plain 1.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Sami Imseih 2025-10-22 20:24:11 [Proposal] Adding callback support for custom statistics kinds
Previous Message Nathan Bossart 2025-10-22 19:43:50 Re: another autovacuum scheduling thread