Remove unnecessary #ifdef USE_ICU and branch.
authorJeff Davis <jdavis@postgresql.org>
Thu, 23 Feb 2023 19:20:00 +0000 (11:20 -0800)
committerJeff Davis <jdavis@postgresql.org>
Thu, 23 Feb 2023 19:20:00 +0000 (11:20 -0800)
commite0b3074e894496b41b57fd1c96ede68803cf3df8
tree31199ddc7e89e7210dda2841ed79a4a1c060dceb
parent6974a8f7682beeb515b78b34a5253d5f96552f58
Remove unnecessary #ifdef USE_ICU and branch.

Now that the provider-independent API pg_strnxfrm() is available, we
no longer need the special cases for ICU in hashfunc.c and varchar.c.

Reviewed-by: Peter Eisentraut, Peter Geoghegan
Discussion: https://postgr.es/m/a581136455c940d7bd0ff482d3a2bd51af25a94f.camel%40j-davis.com
src/backend/access/hash/hashfunc.c
src/backend/utils/adt/varchar.c