oauth: Fix build on platforms without epoll/kqueue
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Thu, 3 Apr 2025 18:37:52 +0000 (20:37 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Thu, 3 Apr 2025 18:37:52 +0000 (20:37 +0200)
commit8ae0a37932d81082ec7e4b10eb304a83c561408e
treec5bce9b883bac8a73115045a284e52529c5cdf32
parent945126234bbc03a5a8f40e46383f550c08fce08e
oauth: Fix build on platforms without epoll/kqueue

register_socket() missed a variable declaration if neither
HAVE_SYS_EPOLL_H nor HAVE_SYS_EVENT_H was defined.

While we're fixing that, adjust the tests to check pg_config.h for one
of the multiplexer implementations, rather than assuming that Windows is
the only platform without support. (Christoph reported this on
hurd-amd64, an experimental Debian.)

Author: Jacob Champion <jacob.champion@enterprisedb.com>
Reported-by: Christoph Berg <myon@debian.org>
Discussion: https://postgr.es/m/Z-sPFl27Y0ZC-VBl%40msg.df7cb.de
src/interfaces/libpq/fe-auth-oauth-curl.c
src/test/modules/oauth_validator/t/001_server.pl