forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7e1531a
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 parentd587298 commit7e1531a
2 files changed
+14
-5
lines changedLines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
271 | 271 |
| |
272 | 272 |
| |
273 | 273 |
| |
| 274 | + | |
274 | 275 |
| |
275 | 276 |
| |
276 | 277 |
| |
| |||
361 | 362 |
| |
362 | 363 |
| |
363 | 364 |
| |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
364 | 375 |
| |
365 | 376 |
| |
366 | 377 |
| |
| |||
377 | 388 |
| |
378 | 389 |
| |
379 | 390 |
| |
| 391 | + | |
380 | 392 |
| |
381 | 393 |
| |
382 | 394 |
| |
|
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 |
| |
| |||
44 | 43 |
| |
45 | 44 |
| |
46 | 45 |
| |
47 |
| - | |
48 |
| - | |
49 |
| - | |
| 46 | + |
0 commit comments
Comments
(0)