Relax check for return value from second call of pg_strnxfrm().

Jeff Davis <jdavis@postgresql.org>

Commit: 10fdc67f81972a03eee928a3b0ae226a78243fad
Author: Jeff Davis <jdavis@postgresql.org>
Date: 2024-07-30T23:25:03Z
Releases: 17.0
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

Files

Discussion