pgsql: Define HAVE_UCOL_STRCOLLUTF8 on Windows

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Define HAVE_UCOL_STRCOLLUTF8 on Windows
Date: 2017-06-17 04:17:29
Message-ID: E1dM5Av-0006WE-VT@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Define HAVE_UCOL_STRCOLLUTF8 on Windows

This should normally be determined by a configure check, but until
someone figures out how to do that on Windows, it's better that the code
uses the new function by default.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e42645ad92687a2250ad17e1a045da73e54a5064

Modified Files
--------------
src/include/pg_config.h.win32 | 3 +++
1 file changed, 3 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2017-06-17 08:17:56 pgsql: Fix typos in comments
Previous Message Tom Lane 2017-06-17 03:14:48 pgsql: Teach pgindent to skip files generated by bison or flex automati