Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8fd0d23

Browse files
author
Alexander Korotkov
committed
Allow abbreviated keys when build with ICU.
1 parent3b57153 commit8fd0d23

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎src/backend/utils/adt/varlena.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545

4646
staticintstrcmp_icu(char*arg1,intlen1,char*arg2,intlen2);
4747
staticintstrxfrm_icu(char*dst,char*src,intlen);
48+
49+
/* We are going to use strxfrm from ICU which we trust in */
50+
#defineTRUST_STRXFRM
4851
#endif/* USE_ICU */
4952

5053

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp