Allow length=-1 for NUL-terminated input to pg_strncoll(), etc.

Jeff Davis <jdavis@postgresql.org>

Commit: ac30021356e7aa05a069741d17c3db3e8d520933
Author: Jeff Davis <jdavis@postgresql.org>
Date: 2024-09-24T22:15:18Z
Releases: 18.0
Allow length=-1 for NUL-terminated input to pg_strncoll(), etc.

Like ICU, allow a length of -1 to be specified for NUL-terminated
arguments to pg_strncoll(), pg_strnxfrm(), and pg_strnxfrm_prefix().

Simplifies the code and comments.

Discussion: https://postgr.es/m/2d758e07dff26bcc7cbe2aec57431329bfe3679a.camel@j-davis.com

Files

PathChange+/−
src/backend/utils/adt/pg_locale.c modified +110 −159
src/include/utils/pg_locale.h modified +4 −4

Discussion