You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): add -undefined dynamic_lookup for macOS PostgreSQL extension linking
macOS linker requires explicit handling of undefined symbols. PostgreSQL
extensions resolve symbols at load time, so -undefined dynamic_lookup is
needed. Also consolidate UNAME_S detection to a single location.
0 commit comments