forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit284590e
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 parent53566fc commit284590e
2 files changed
+9
-3
lines changedLines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
371 | 371 |
| |
372 | 372 |
| |
373 | 373 |
| |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
374 | 380 |
| |
375 | 381 |
| |
376 | 382 |
| |
377 | 383 |
| |
378 |
| - | |
| 384 | + | |
379 | 385 |
| |
380 | 386 |
| |
381 | 387 |
| |
382 | 388 |
| |
383 |
| - | |
| 389 | + | |
384 | 390 |
| |
385 | 391 |
| |
386 | 392 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
79 |
| - | |
| 79 | + |
0 commit comments
Comments
(0)