Re: pgsql: Add support for OAUTHBEARER SASL mechanism

Daniel Gustafsson <dgustafsson@postgresql.org>

From: Daniel Gustafsson <dgustafsson@postgresql.org>
To: Jacob Champion <jacob.champion@enterprisedb.com>
Cc: Christoph Berg <myon@debian.org>, Thomas Munro <thomas.munro@gmail.com>, pgsql-hackers@lists.postgresql.org
Date: 2025-04-01T13:47:59Z
Lists: pgsql-hackers
> On 1 Apr 2025, at 02:06, Jacob Champion <jacob.champion@enterprisedb.com> wrote:
> 
> On Mon, Mar 31, 2025 at 4:09 PM Jacob Champion
> <jacob.champion@enterprisedb.com> wrote:
>> I don't have hurd-amd64 to test, but I'm working on a patch that will
>> build and pass tests if I manually munge pg_config.h. We were skipping
>> the useless tests via a $windows_os check; I think I should use
>> check_pg_config() instead.
> 
> Proposed fix attached.

Thanks, I agree that this is the right fix.  While this is all subject to
change, I will go ahead with this patch in the meantime to make the tree
properly buildable.

--
Daniel Gustafsson




Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. oauth: Fix build on platforms without epoll/kqueue

  2. Add support for OAUTHBEARER SASL mechanism