Commit 5037e0e
committed
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.1 parent 8105742 commit 5037e0e
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
56 | 62 | | |
57 | 63 | | |
58 | 64 | | |
| |||
0 commit comments