Skip to content

Commit 8fd0d23

Browse files
author
Alexander Korotkov
committed
Allow abbreviated keys when build with ICU.
1 parent 3b57153 commit 8fd0d23

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
static int strcmp_icu(char *arg1, int len1, char *arg2, int len2);
4747
static int strxfrm_icu(char *dst, char *src, int len);
48+
49+
/* We are going to use strxfrm from ICU which we trust in */
50+
#define TRUST_STRXFRM
4851
#endif /* USE_ICU */
4952

5053

0 commit comments

Comments
 (0)