Inline basic UTF-8 functions.

Jeff Davis <jdavis@postgresql.org>

Commit: 9acae56ce0b0812f3e940cf1f87e73e8d5784e78
Author: Jeff Davis <jdavis@postgresql.org>
Date: 2024-03-20T16:40:57Z
Releases: 17.0
Inline basic UTF-8 functions.

Shows a measurable speedup when processing UTF-8 data, such as with
the new builtin collation provider.

Discussion: https://postgr.es/m/163f4e2190cdf67f67016044e503c5004547e5a9.camel@j-davis.com
Reviewed-by: Peter Eisentraut

Files

PathChange+/−
src/common/wchar.c modified +0 −61
src/include/mb/pg_wchar.h modified +61 −0

Discussion