From: | Jacob Champion <jchampion(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: oauth: Explicitly depend on -pthread |
Date: | 2025-08-26 21:43:45 |
Message-ID: | E1ur1SD-001ohE-0x@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
oauth: Explicitly depend on -pthread
Followup to 4e1e41733 and 52ecd05ae. oauth-utils.c uses
pthread_sigmask(), requiring -pthread on Debian bullseye at minimum.
Reported-by: Christoph Berg <myon(at)debian(dot)org>
Tested-by: Christoph Berg <myon(at)debian(dot)org>
Discussion: https://postgr.es/m/aK4PZgC0wuwQ5xSK%40msg.df7cb.de
Backpatch-through: 18
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/85b380162cd6c66752d1dd020a2d9700da0903c9
Modified Files
--------------
meson.build | 1 +
src/interfaces/libpq-oauth/Makefile | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Jacob Champion | 2025-08-26 21:44:25 | Re: pgsql: oauth: Add unit tests for multiplexer handling |
Previous Message | Jacob Champion | 2025-08-26 21:18:05 | Re: pgsql: oauth: Add unit tests for multiplexer handling |