pgsql: Fix build of ICU support in Windows

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix build of ICU support in Windows
Date: 2017-06-12 14:31:17
Message-ID: E1dKQNB-0006BA-MI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix build of ICU support in Windows

and also any platform that does not have locale_t but enabled ICU.

Author: Ashutosh Sharma <ashu(dot)coek88(at)gmail(dot)com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/253504fb9f804b6aa7cec9b9b2506fa88accf0dc

Modified Files
--------------
src/backend/commands/collationcmds.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-06-12 15:06:14 pgsql: Add MSVC build system support for ICU
Previous Message Peter Eisentraut 2017-06-12 13:52:10 pgsql: Trim trailing whitespace