pgsql: meson: Define HAVE_LOCALE_T for msvc

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: meson: Define HAVE_LOCALE_T for msvc
Date: 2022-11-11 15:02:16
Message-ID: E1otVXr-000dGu-JF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

meson: Define HAVE_LOCALE_T for msvc

Meson doesn't see the redefinition of locale_t done in
src/include/port/win32_port.h, so it is not defining HAVE_LOCALE_T,
HAVE_WCSTOMBS_L nor HAVE_MBSTOWCS_L as the current
src/tools/msvc/build.pl script does. Add manual overrides to fix.

Author: Author: Juan Jose Santamaria Flecha <juanjo(dot)santamaria(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/CAC%2BAXB1wJEqfKCuVcNpoH%3Dgxd61N%3D7c2fR3Ew6YRPpSfEUA%3DyQ%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/373679c4a82f04e6c16198cdffab1a6c56852956

Modified Files
--------------
meson.build | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2022-11-11 17:40:52 pgsql: Remove obsolete comments and code from prior to f8f4227976.
Previous Message Tom Lane 2022-11-10 23:20:57 pgsql: Support writing "CREATE/ALTER TABLE ... SET STORAGE DEFAULT".