aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistvacuum.c
diff options
context:
space:
mode:
authorNoah Misch <noah@leadboat.com>2017-12-09 00:58:55 -0800
committerNoah Misch <noah@leadboat.com>2017-12-09 00:58:59 -0800
commit470de6a24d37d630515c5112e1bebe03a742b2c8 (patch)
tree5766278c86e262a1a054f81241af4fea95bf5385 /src/backend/access/gist/gistvacuum.c
parent1c1a572d055fa73e90ef6ee7a02fb5d33cc70ac9 (diff)
downloadpostgresql-470de6a24d37d630515c5112e1bebe03a742b2c8.tar.gz
postgresql-470de6a24d37d630515c5112e1bebe03a742b2c8.zip
MSVC 2012+: Permit linking to 32-bit, MinGW-built libraries.
Notably, this permits linking to the 32-bit Perl binaries advertised on perl.org, namely Strawberry Perl and ActivePerl. This has a side effect of permitting linking to binaries built with obsolete MSVC versions. By default, MSVC 2012 and later require a "safe exception handler table" in each binary. MinGW-built, 32-bit DLLs lack the relevant exception handler metadata, so linking to them failed with error LNK2026. Restore the semantics of MSVC 2010, which omits the table from a given binary if some linker input lacks metadata. This has no effect on 64-bit builds or on MSVC 2010 and earlier. Back-patch to 9.3 (all supported versions). Reported by Victor Wagner. Discussion: https://postgr.es/m/20160326154321.7754ab8f@wagner.wagner.home
Diffstat (limited to 'src/backend/access/gist/gistvacuum.c')
0 files changed, 0 insertions, 0 deletions