1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Revert "Tidy up locale thread safety in ECPG library."

This reverts commit 8e993bff53.

It causes various build failures on the buildfarm, to be investigated.

Discussion: https://postgr.es/m/CWZBBRR6YA8D.8EHMDRGLCKCD%40neon.tech
This commit is contained in:
Peter Eisentraut
2025-03-28 21:27:37 +01:00
parent 6be53c2767
commit 3c8e463b0d
18 changed files with 148 additions and 192 deletions

View File

@ -2753,7 +2753,6 @@ func_checks = [
['shm_open', {'dependencies': [rt_dep], 'define': false}],
['shm_unlink', {'dependencies': [rt_dep], 'define': false}],
['shmget', {'dependencies': [cygipc_dep], 'define': false}],
['snprintf_l'],
['socket', {'dependencies': [socket_dep], 'define': false}],
['strchrnul'],
['strerror_r', {'dependencies': [thread_dep]}],
@ -2762,7 +2761,6 @@ func_checks = [
['strnlen'],
['strsep'],
['strsignal'],
['strtod_l'],
['sync_file_range'],
['syncfs'],
['uselocale'],