Re: [PATCH] Fix OAuth feature detection on OpenBSD+Meson

From: Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Peter Eisentraut <peter(at)eisentraut(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] Fix OAuth feature detection on OpenBSD+Meson
Date: 2025-06-24 21:28:40
Message-ID: CAOYmi+mvdDFfYP4wJi+hciyd9g29BdGdSGcEHePEFktn=JJLnQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jun 24, 2025 at 2:03 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nathan Bossart 2025-06-24 21:34:24 Re: add function for creating/attaching hash table in DSM registry
Previous Message Dmitry Koval 2025-06-24 21:28:28 Re: Add SPLIT PARTITION/MERGE PARTITIONS commands