]> granicus.if.org Git - postgresql/commitdiff
Define HAVE_UCOL_STRCOLLUTF8 on Windows
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 17 Jun 2017 01:23:22 +0000 (21:23 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 17 Jun 2017 04:17:10 +0000 (00:17 -0400)
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.

src/include/pg_config.h.win32

index 2d87a21ea8f4cbd7099928f369bad1660ace8d63..256a24885cee2b4910a62b16c5c8d8d3629b219d 100644 (file)
 /* Define to 1 if you have the external array `tzname'. */
 /* #undef HAVE_TZNAME */
 
+/* Define to 1 if you have the `ucol_strcollUTF8' function. */
+#define HAVE_UCOL_STRCOLLUTF8 1
+
 /* Define to 1 if the system has the type `uint64'. */
 /* #undef HAVE_UINT64 */