Thread: [COMMITTERS] pgsql: Fix ICU collation use on Windows

[COMMITTERS] pgsql: Fix ICU collation use on Windows

From
Peter Eisentraut
Date:
Fix ICU collation use on Windows

Windows uses a separate code path for libc locales.  The code previously
ended up there also if an ICU collation should be used, leading to a
crash.

Reported-by: Ashutosh Sharma <ashu.coek88@gmail.com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/41839b7abc85f21dd7ce76ab9cd1d7533c53cf9c

Modified Files
--------------
src/backend/utils/adt/varlena.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)