aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2024-09-14 08:37:08 -0400
committerAndrew Dunstan <andrew@dunslane.net>2024-09-14 09:19:04 -0400
commit9f77494647ded10c5ffd67cea92abcfdaea7dddd (patch)
treeb0bbfa93cb00b18e0158c810ca93e1b8cad7116e /src/backend/executor
parentb49013f2e86ad2cf01953f79992574e7ec2cdf02 (diff)
downloadpostgresql-9f77494647ded10c5ffd67cea92abcfdaea7dddd.tar.gz
postgresql-9f77494647ded10c5ffd67cea92abcfdaea7dddd.zip
Only define NO_THREAD_SAFE_LOCALE for MSVC plperl when required
Latest versions of Strawberry Perl define USE_THREAD_SAFE_LOCALE, and we therefore get a handshake error when building against such instances. The solution is to perform a test to see if USE_THREAD_SAFE_LOCALE is defined and only define NO_THREAD_SAFE_LOCALE if it isn't. Backpatch the meson.build fix back to release 16 and apply the same logic to Mkvcbuild.pm in releases 12 through 16. Original report of the issue from Muralikrishna Bandaru.
Diffstat (limited to 'src/backend/executor')
0 files changed, 0 insertions, 0 deletions