Skip to content

Commit 9764b25

Browse files
committed
Merge branch 'PGPRO9_5' of gitlab.postgrespro.ru:pgpro-dev/postgrespro into PGPRO9_5
2 parents ffa44c9 + 8fd0d23 commit 9764b25

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)