]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Revert "oauth: Add unit tests for multiplexer handling"
authorJacob Champion <jchampion@postgresql.org>
Fri, 8 Aug 2025 17:16:37 +0000 (10:16 -0700)
committerJacob Champion <jchampion@postgresql.org>
Fri, 8 Aug 2025 17:16:37 +0000 (10:16 -0700)
commitebaaf386adb133010c2024256521b993c5e53e98
tree0daf121fc121264131f6952233d8b674216eed2b
parent1443b6c0eaa2b464affc0c3aacb3c3bf09efcd6d
Revert "oauth: Add unit tests for multiplexer handling"

Commit 1443b6c0e introduced buildfarm breakage for Autoconf animals,
which expect to be able to run `make installcheck` on the libpq-oauth
directory even if libcurl support is disabled. Some other Meson animals
complained of a missing -lm link as well.

Since this is the day before a freeze, revert for now and come back
later.

Discussion: https://postgr.es/m/CAOYmi%2BnCkoh3zB%2BGkZad44%3DFNskwUg6F1kmuxqQZzng7Zgj5tw%40mail.gmail.com
src/interfaces/libpq-oauth/Makefile
src/interfaces/libpq-oauth/meson.build
src/interfaces/libpq-oauth/t/001_oauth.pl [deleted file]
src/interfaces/libpq-oauth/test-oauth-curl.c [deleted file]