12 lines
477 B
Diff
12 lines
477 B
Diff
--- src/backend/commands/collationcmds.c.orig 2020-11-09 16:44:29.992640232 +0100
|
|
+++ src/backend/commands/collationcmds.c 2020-11-09 16:44:40.624539370 +0100
|
|
@@ -463,7 +463,7 @@
|
|
UErrorCode status;
|
|
|
|
status = U_ZERO_ERROR;
|
|
- uloc_toLanguageTag(localename, buf, sizeof(buf), TRUE, &status);
|
|
+ uloc_toLanguageTag(localename, buf, sizeof(buf), true, &status);
|
|
if (U_FAILURE(status))
|
|
ereport(ERROR,
|
|
(errmsg("could not convert locale name \"%s\" to language tag: %s",
|