Fix conversion warnings in headers

From: Andrew Kane <andrew(at)ankane(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Fix conversion warnings in headers
Date: 2026-08-14 15:52:27
Message-ID: CAOdR5yEmMGc3eGbS=ZgAF7_Jj1pvMos6rj_N3utHVi2X7KHM_w@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

When developing extensions, it can be useful to enable conversion warnings
(`-Wconversion`). This patch fixes warnings in the headers so only warnings
for the extension are shown.

- Andrew

Attachment Content-Type Size
v1-0001-Fix-conversion-warnings-in-headers.patch application/octet-stream 15.2 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Pierre Forstmann 2026-08-14 15:55:31 Re: [PATCH] Do not flush BufFile for regular temp files
Previous Message Alexander Korotkov 2026-08-14 15:49:35 Re: MERGE/SPLIT PARTITIONS issues/questions