diff options
author | Noah Misch <noah@leadboat.com> | 2014-10-21 22:55:47 -0400 |
---|---|---|
committer | Noah Misch <noah@leadboat.com> | 2014-10-21 22:56:42 -0400 |
commit | 2f51f424bb362dadeb4fabf03845961e563da4ba (patch) | |
tree | 5a8d17b543986f93815b0bf2fb3269fea9e11cef /src/backend/utils/adt/numeric.c | |
parent | 9e02e20ab6df093e1ab751157dfb5c51a420187b (diff) | |
download | postgresql-2f51f424bb362dadeb4fabf03845961e563da4ba.tar.gz postgresql-2f51f424bb362dadeb4fabf03845961e563da4ba.zip |
MinGW: Use -static-libgcc when linking a DLL.
When commit 846e91e0223cf9f2821c3ad4dfffffbb929cb027 switched the linker
driver from dlltool/dllwrap to gcc, it became possible for linking to
choose shared libgcc. Backends having loaded a module dynamically
linked to libgcc can exit abnormally, which the postmaster treats like a
crash. Resume use of static libgcc exclusively, like 9.3 and earlier.
Back-patch to 9.4.
Diffstat (limited to 'src/backend/utils/adt/numeric.c')
0 files changed, 0 insertions, 0 deletions