pgsql: oauth: Explicitly depend on -pthread

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-001ohG-12@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
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/bf37808ef61cbd017179b3d92ad606bf31b14b80

Modified Files
--------------
meson.build | 1 +
src/interfaces/libpq-oauth/Makefile | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  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