Relax check for return value from second call of pg_strnxfrm().
authorJeff Davis <jdavis@postgresql.org>
Tue, 30 Jul 2024 23:23:20 +0000 (16:23 -0700)
committerJeff Davis <jdavis@postgresql.org>
Tue, 30 Jul 2024 23:23:20 +0000 (16:23 -0700)
commit679c5084cf210c6e958276b657039e8ba0c077c0
treef8df313546b6fd447e8a9a480de5a3c4627d12c0
parentf822be39629cd24a8ad1f8f6aa444e0c9ae1eaad
Relax check for return value from second call of pg_strnxfrm().

strxfrm() is not guaranteed to return the exact number of bytes needed
to store the result; it may return a higher value.

Discussion: https://postgr.es/m/32f85d88d1f64395abfe5a10dd97a62a4d3474ce.camel@j-davis.com
Reviewed-by: Heikki Linnakangas
Backpatch-through: 16
src/backend/access/hash/hashfunc.c
src/backend/utils/adt/pg_locale.c
src/backend/utils/adt/varchar.c