Hi,
https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=b3f0be788
introduced a new oauth feature that uses libcurl and has tests. You
may want to consider installing libcurl and putting "oauth" into
PG_TEST_EXTRA for coverage. The systems that can use the new feature
are:
* those with timerfd and epoll: Linux and probably illumos
* those with kqueue: macOS and *BSD
Thanks,