]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix callers of unicode_strtitle() using srclen == -1.
authorJeff Davis <jdavis@postgresql.org>
Mon, 20 Apr 2026 21:44:08 +0000 (14:44 -0700)
committerJeff Davis <jdavis@postgresql.org>
Mon, 20 Apr 2026 21:44:08 +0000 (14:44 -0700)
commitbdcb85b56ac4e0594e3c3402545a4c87712ce461
treef686c9b9fdd703afd8b9443285025edc8eb0b2b3
parent59919ec7761fbe0d1592ca73cde1715aee60706e
Fix callers of unicode_strtitle() using srclen == -1.

Currently, only called that way in tests, which failed to fail.

Discussion: https://postgr.es/m/581a72ff452bb045ba83bbe3c6cf4467702d4f0f.camel@j-davis.com
Backpatch-through: 18
src/backend/utils/adt/pg_locale_builtin.c
src/common/unicode/case_test.c