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): use _DARWIN_C_SOURCE on macOS for PostgreSQL extension build
Replace _GNU_SOURCE with _DARWIN_C_SOURCE on macOS to expose
preadv/pwritev declarations required by PostgreSQL headers.
_GNU_SOURCE is now Linux-only.
0 commit comments