pgsql: Move the line to undefine setlocale() macro on Win32 outside USE - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Move the line to undefine setlocale() macro on Win32 outside USE
Date
Msg-id E1Qz0tl-0002oS-LS@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Move the line to undefine setlocale() macro on Win32 outside USE_REPL_SNPRINTF
ifdef block. It has nothing to do with whether the replacement snprintf
function is used. It caused no live bug, because the replacement snprintf
function is always used on Win32, but it was nevertheless misplaced.

Branch
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/f2d875983b9a1acf8c49477b5afe733a3ba7a817

Modified Files
--------------
src/include/port.h |   19 ++++++++++---------
1 files changed, 10 insertions(+), 9 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Further repair of eqjoinsel ndistinct-clamping logic.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Move the line to undefine setlocale() macro on Win32 outside USE