Re: [PATCH] Fix OAuth feature detection on OpenBSD+Meson - Mailing list pgsql-hackers

From Jacob Champion
Subject Re: [PATCH] Fix OAuth feature detection on OpenBSD+Meson
Date
Msg-id CAOYmi+mvdDFfYP4wJi+hciyd9g29BdGdSGcEHePEFktn=JJLnQ@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] Fix OAuth feature detection on OpenBSD+Meson  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [PATCH] Fix OAuth feature detection on OpenBSD+Meson
List pgsql-hackers
On Tue, Jun 24, 2025 at 2:03 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> I confirm Jacob's result that our meson.build fails to think
> that <sys/event.h> is available, so we do need to do something.

(To clarify for other readers: it's the OAuth feature test I added
that fails. The existing test for HAVE_SYS_EVENT_H is working fine. I
accidentally made mine stricter.)

--Jacob



pgsql-hackers by date:

Previous
From: Dmitry Koval
Date:
Subject: Re: Add SPLIT PARTITION/MERGE PARTITIONS commands
Next
From: Tom Lane
Date:
Subject: Re: [PATCH] Fix OAuth feature detection on OpenBSD+Meson