diff options
author | Peter Eisentraut | 2017-06-17 01:23:22 +0000 |
---|---|---|
committer | Peter Eisentraut | 2017-06-17 04:17:10 +0000 |
commit | e42645ad92687a2250ad17e1a045da73e54a5064 (patch) | |
tree | 667e150d2f81c81b964321a99609d4e22b55e0e8 | |
parent | cea258b63d9c7a6d0a7c5e91e539bb89df4bc078 (diff) |
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.
-rw-r--r-- | src/include/pg_config.h.win32 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index 2d87a21ea8..256a24885c 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -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 */ |