diff options
author | Jeff Davis <jdavis@postgresql.org> | 2025-03-12 21:51:52 -0700 |
---|---|---|
committer | Jeff Davis <jdavis@postgresql.org> | 2025-03-12 21:51:52 -0700 |
commit | d3b2e5e1ab5ca3e9738d20409debfdd299e65a2e (patch) | |
tree | 531de309f73c308f35afd5aa980c896e2f1d23cc /src/backend/utils/adt/arrayfuncs.c | |
parent | 3abe9dc18892b9f69bb48a2eb21fbe5cf348a489 (diff) | |
download | postgresql-d3b2e5e1ab5ca3e9738d20409debfdd299e65a2e.tar.gz postgresql-d3b2e5e1ab5ca3e9738d20409debfdd299e65a2e.zip |
Refactor convert_case() to prepare for optimizations.
Upcoming optimizations will add complexity to convert_case(). This
patch reorganizes slightly so that the complexity can be contained
within the logic to convert the case of a single character, rather
than mixing it in with logic to iterate through the string.
Reviewed-by: Alexander Borisov <lex.borisov@gmail.com>
Discussion: https://postgr.es/m/44005c3d-88f4-4a26-981f-fd82dfa8e313@gmail.com
Diffstat (limited to 'src/backend/utils/adt/arrayfuncs.c')
0 files changed, 0 insertions, 0 deletions