forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2f51f42
committed
MinGW: Use -static-libgcc when linking a DLL.
When commit846e91e switched the linkerdriver from dlltool/dllwrap to gcc, it became possible for linking tochoose shared libgcc. Backends having loaded a module dynamicallylinked to libgcc can exit abnormally, which the postmaster treats like acrash. Resume use of static libgcc exclusively, like 9.3 and earlier.Back-patch to 9.4.1 parent9e02e20 commit2f51f42
2 files changed
+9
-3
lines changedLines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
375 | 375 |
| |
376 | 376 |
| |
377 | 377 |
| |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
378 | 384 |
| |
379 | 385 |
| |
380 | 386 |
| |
381 | 387 |
| |
382 |
| - | |
| 388 | + | |
383 | 389 |
| |
384 | 390 |
| |
385 | 391 |
| |
386 | 392 |
| |
387 |
| - | |
| 393 | + | |
388 | 394 |
| |
389 | 395 |
| |
390 | 396 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
75 |
| - | |
| 75 | + |
0 commit comments
Comments
(0)