forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfad4437
committed
Don't use deprecated dllwrap on Cygwin.
The preferred method is to use "cc -shared", and this allows binariesto be rebased if required, unlike dllwrap.Backpatch to 9.0 where we have buildfarm coverage.There are still some issues with Cygwin, especially modern Cygwin, butthis helps us get closer to good support.Marco Atzeri.1 parent6e96d4d commitfad4437
2 files changed
+14
-5
lines changedLines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
284 | 284 |
| |
285 | 285 |
| |
286 | 286 |
| |
| 287 | + | |
287 | 288 |
| |
288 | 289 |
| |
289 | 290 |
| |
| |||
374 | 375 |
| |
375 | 376 |
| |
376 | 377 |
| |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
377 | 388 |
| |
378 | 389 |
| |
379 | 390 |
| |
| |||
390 | 401 |
| |
391 | 402 |
| |
392 | 403 |
| |
| 404 | + | |
393 | 405 |
| |
394 | 406 |
| |
395 | 407 |
| |
|
Lines changed: 2 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 | 1 |
| |
3 |
| - | |
| 2 | + | |
4 | 3 |
| |
5 | 4 |
| |
6 | 5 |
| |
| |||
40 | 39 |
| |
41 | 40 |
| |
42 | 41 |
| |
43 |
| - | |
44 |
| - | |
45 |
| - | |
| 42 | + |
0 commit comments
Comments
(0)