mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-05 20:42:54 +00:00
curl_global_init() with an IPv6 enabled curl build on macOS will cause the calling program to become multithreaded. Unfortunately for shared_preload_libraries, that means the postmaster becomes multithreaded, which CANNOT happen. There are checks in Postgres to make sure that this is not the case.