Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e42645a

Browse files
committed
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.
1 parent cea258b commit e42645a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/include/pg_config.h.win32

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,9 @@
457457
/* Define to 1 if you have the external array `tzname'. */
458458
/* #undef HAVE_TZNAME */
459459

460+
/* Define to 1 if you have the `ucol_strcollUTF8' function. */
461+
#define HAVE_UCOL_STRCOLLUTF8 1
462+
460463
/* Define to 1 if the system has the type `uint64'. */
461464
/* #undef HAVE_UINT64 */
462465

0 commit comments

Comments
 (0)