pgsql: Inline basic UTF-8 functions. - Mailing list pgsql-committers

From Jeff Davis
Subject pgsql: Inline basic UTF-8 functions.
Date
Msg-id E1rmz6I-004o94-4E@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Nathan Bossart
Date:
Subject: pgsql: Revert "Temporary patch to help debug pg_walsummary test failure
Next
From: Nathan Bossart
Date:
Subject: pgsql: Avoid overflow in MaybeRemoveOldWalSummaries().