pgsql: Fix win32setlocale.c const-related warnings. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Fix win32setlocale.c const-related warnings.
Date
Msg-id E1Xl7gf-00066y-7Z@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix win32setlocale.c const-related warnings.

Back-patch to 9.2, like commit db29620d4d16e08241f965ccd70d0f65883ff0de.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/94c1dec0d9c1da40ab956520ae093cdad478fcd4

Modified Files
--------------
src/port/win32setlocale.c |   12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Re-remove dependency on the DLL of pythonxx.def file.
Next
From: Noah Misch
Date:
Subject: pgsql: Make ECPG test programs depend on "ecpg$(X)", not "ecpg".