pgsql: Inline basic UTF-8 functions.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Inline basic UTF-8 functions.
Date: 2024-03-20 16:47:38
Message-ID: E1rmz6I-004o94-4E@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9acae56ce0b0812f3e940cf1f87e73e8d5784e78

Modified Files
--------------
src/common/wchar.c | 61 -----------------------------------------------
src/include/mb/pg_wchar.h | 61 +++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 61 insertions(+), 61 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2024-03-20 18:34:30 pgsql: Avoid overflow in MaybeRemoveOldWalSummaries().
Previous Message Nathan Bossart 2024-03-20 16:34:52 pgsql: Revert "Temporary patch to help debug pg_walsummary test failure