pgsql: Remove configure check for _configthreadlocale().
От | Thomas Munro |
---|---|
Тема | pgsql: Remove configure check for _configthreadlocale(). |
Дата | |
Msg-id | E1tGF9x-003jv2-CB@gemulon.postgresql.org обсуждение исходный текст |
Список | pgsql-committers |
Remove configure check for _configthreadlocale(). All modern Windows systems have _configthreadlocale(). It was first introduced in msvcr80.dll from Visual Studio 2005. Historically, MinGW was stuck on even older msvcrt.dll, but added its own dummy implementation of the function when using msvcrt.dll years ago anyway, effectively rendering the configure test useless. In practice we don't encounter the dummy anymore because modern MinGW uses ucrt. Reviewed-by: Peter Eisentraut <peter@eisentraut.org> Discussion: https://postgr.es/m/CWZBBRR6YA8D.8EHMDRGLCKCD%40neon.tech Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/f1da075d9a0373c08af32e31dcbf0809ae4aec2f Modified Files -------------- configure | 11 ----------- configure.ac | 1 - meson.build | 1 - src/include/pg_config.h.in | 3 --- src/interfaces/ecpg/ecpglib/descriptor.c | 4 ++-- src/interfaces/ecpg/ecpglib/ecpglib_extern.h | 2 +- src/interfaces/ecpg/ecpglib/execute.c | 4 ++-- 7 files changed, 5 insertions(+), 21 deletions(-)
В списке pgsql-committers по дате отправления: