From: | Jeff Davis <jdavis(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Fix unintentional behavior change in commit e9931bfb75. |
Date: | 2024-12-03 06:03:48 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Fix unintentional behavior change in commit e9931bfb75.
Prior to that commit, there was special case to use ASCII case mapping
behavior for the libc provider with a single-byte encoding when that's
the default collation. Commit e9931bfb75 mistakenly eliminated that
special case; this commit restores it.
Discussion: https://postgr.es/m/[email protected]
Branch
------
master
Modified Files
--------------
src/backend/utils/adt/formatting.c | 30 +++++++++++++++++++++++++-----
src/backend/utils/adt/like.c | 2 ++
src/backend/utils/adt/pg_locale.c | 2 ++
src/include/utils/pg_locale.h | 1 +
4 files changed, 30 insertions(+), 5 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2024-12-03 07:23:24 | pgsql: doc: Clarify some terms for pg_createsubscriber |
Previous Message | Tom Lane | 2024-12-03 04:55:02 | Re: pgsql: Introduce CompactAttribute array in TupleDesc |