Re: pgsql: oauth: Add unit tests for multiplexer handling
Christoph Berg <myon@debian.org>
From: Christoph Berg <myon@debian.org>
To: Jacob Champion <jacob.champion@enterprisedb.com>
Cc: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>, Andrew Dunstan <andrew@dunslane.net>, pgsql-hackers@lists.postgresql.org, "stefan@kaltenbrunner.cc" <stefan@kaltenbrunner.cc>
Date: 2025-08-26T20:44:57Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
oauth: Explicitly depend on -pthread
- bf37808ef61c 18.0 landed
- 85b380162cd6 19 (unreleased) landed
-
oauth: Add unit tests for multiplexer handling
- 4e1e417330d4 19 (unreleased) cited
Re: Jacob Champion > On Tue, Aug 26, 2025 at 1:10 PM Jacob Champion > <jacob.champion@enterprisedb.com> wrote: > > Okay. So I need to pull in PTHREAD_CFLAGS/LIBS as well... > > Christoph, are you able to verify the attached patch fixes the build? The patch fixes the autoconf build here. Thanks, Christoph