From: | Daniel Gustafsson <daniel(at)yesql(dot)se> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Dave Cramer <davecramer(at)postgres(dot)rocks> |
Cc: | Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>, Peter Eisentraut <peter(at)eisentraut(dot)org>, Antonin Houska <ah(at)cybertec(dot)at>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: [PoC] Federated Authn/z with OAUTHBEARER |
Date: | 2025-02-24 09:00:25 |
Message-ID: | 3134331F-3876-441D-9C91-AC12B5F3342F@yesql.se |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
> On 24 Feb 2025, at 00:45, Daniel Gustafsson <daniel(at)yesql(dot)se> wrote:
> The attached diff passes CI and works for me, will revisit in the morning.
Dave reported (on Discord) that the OPTIONAL macro collided with windef.h, so
attached is a small fix for that as well (even though we don't support Windows
here right now there is little point in clashing since we don't need that
particular macro name so rename anyways).
--
Daniel Gustafsson
Attachment | Content-Type | Size |
---|---|---|
0002-oauth-Rename-macro-to-avoid-collisions-on-Windows.patch | application/octet-stream | 5.5 KB |
0001-oauth-Fix-incorrect-const-markers-in-struct.patch | application/octet-stream | 3.5 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Bertrand Drouvot | 2025-02-24 09:07:39 | Re: per backend WAL statistics |
Previous Message | Bertrand Drouvot | 2025-02-24 08:46:12 | Re: Remove wal_[sync|write][_time] from pg_stat_wal and track_wal_io_timing |