Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 670295 Details for
Bug 753257
dev-db/postgresql-13.0 w/ dev-libs/icu-68.1: collationcmds.c:467:51: error: ‘TRUE’ undeclared (first use in this function); did you mean ‘IS_TRUE’?
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Built successfully with this trivial patch
postgresql-13.0-icu68.patch (text/plain), 606 bytes, created by
Yury Katuar
on 2020-11-07 05:12:35 UTC
(
hide
)
Description:
Built successfully with this trivial patch
Filename:
MIME Type:
Creator:
Yury Katuar
Created:
2020-11-07 05:12:35 UTC
Size:
606 bytes
patch
obsolete
>diff -rupN a/src/backend/commands/collationcmds.c b/src/backend/commands/collationcmds.c >--- a/src/backend/commands/collationcmds.c 2020-11-07 08:03:24.122756440 +0300 >+++ b/src/backend/commands/collationcmds.c 2020-11-07 08:04:18.168901199 +0300 >@@ -464,7 +464,7 @@ get_icu_language_tag(const char *localen > 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",
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 753257
:
670112
| 670295