forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite5c22c1
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 parentdfb4a1a commite5c22c1
2 files changed
+14
-5
lines changedLines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
309 | 309 |
| |
310 | 310 |
| |
311 | 311 |
| |
| 312 | + | |
312 | 313 |
| |
313 | 314 |
| |
314 | 315 |
| |
| |||
399 | 400 |
| |
400 | 401 |
| |
401 | 402 |
| |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
402 | 413 |
| |
403 | 414 |
| |
404 | 415 |
| |
| |||
415 | 426 |
| |
416 | 427 |
| |
417 | 428 |
| |
| 429 | + | |
418 | 430 |
| |
419 | 431 |
| |
420 | 432 |
| |
|
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)