public inbox for [email protected]  
help / color / mirror / Atom feed
From: Jeff Davis <[email protected]>
To: [email protected]
Subject: pgsql: Fix unintentional behavior change in commit e9931bfb75.
Date: Tue, 03 Dec 2024 06:03:48 +0000
Message-ID: <[email protected]> (raw)

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

Details
-------
https://git.postgresql.org/pg/commitdiff/e3fa2b037c6f0f435838e99200050dc54c306085

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(-)



view thread (3+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected]
  Subject: Re: pgsql: Fix unintentional behavior change in commit e9931bfb75.
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox