mirror of
https://github.com/postgres/postgres.git
synced 2025-08-06 18:42:54 +03:00
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.
This commit is contained in:
@@ -457,6 +457,9 @@
|
||||
/* 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 */
|
||||
|
||||
|
Reference in New Issue
Block a user