Commit 8105742
committed
fix(ci): resolve PostgreSQL extension build on macOS, drop Windows
macOS: guard Security.h include behind !CLOUDSYNC_POSTGRESQL_BUILD to
avoid type conflicts (Size, uint64) with PostgreSQL headers, use
getentropy instead. Windows: dropped from postgres-build matrix — MSYS2
PostgreSQL headers expect Unix includes incompatible with MinGW.1 parent 25fe161 commit 8105742
2 files changed
+5
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | 288 | | |
293 | 289 | | |
294 | 290 | | |
| |||
307 | 303 | | |
308 | 304 | | |
309 | 305 | | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | 306 | | |
317 | 307 | | |
318 | 308 | | |
| |||
321 | 311 | | |
322 | 312 | | |
323 | 313 | | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | 314 | | |
330 | 315 | | |
331 | 316 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
63 | 66 | | |
64 | 67 | | |
65 | 68 | | |
| |||
0 commit comments