aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/arrayfuncs.c
diff options
context:
space:
mode:
authorJeff Davis <jdavis@postgresql.org>2024-10-11 16:57:48 -0700
committerJeff Davis <jdavis@postgresql.org>2024-10-11 16:59:29 -0700
commit98c5b191e74b65b74149bb436b057d7007d401a7 (patch)
treeab0d41df8f13a1f045c7b5057246b560d92af556 /src/backend/utils/adt/arrayfuncs.c
parente839c8ecc9352b7754e74f19ace013c0c0d18613 (diff)
downloadpostgresql-98c5b191e74b65b74149bb436b057d7007d401a7.tar.gz
postgresql-98c5b191e74b65b74149bb436b057d7007d401a7.zip
Fix missed case for builtin collation provider.
A missed check for the builtin collation provider could result in falling through to call isalpha(). This does not appear to have practical consequences because it only happens for characters in the ASCII range. Regardless, the builtin provider should not be calling libc functions, so backpatch. Discussion: https://postgr.es/m/1bd5a0a5192f82c22ee7527e825b18ab0028b2c7.camel@j-davis.com Backpatch-through: 17
Diffstat (limited to 'src/backend/utils/adt/arrayfuncs.c')
0 files changed, 0 insertions, 0 deletions