public inbox for [email protected]  
help / color / mirror / Atom feed
pgsql: Fix unintentional behavior change in commit e9931bfb75.
3+ messages / 1 participants
[nested] [flat]

* pgsql: Fix unintentional behavior change in commit e9931bfb75.
@ 2024-12-03 06:03 Jeff Davis <[email protected]>
  0 siblings, 0 replies; 3+ messages in thread

From: Jeff Davis @ 2024-12-03 06:03 UTC (permalink / raw)
  To: [email protected]

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



^ permalink  raw  reply  [nested|flat] 3+ messages in thread

* pgsql: Fix unintentional behavior change from 5a38104b36.
@ 2026-07-08 01:23 Jeff Davis <[email protected]>
  0 siblings, 0 replies; 3+ messages in thread

From: Jeff Davis @ 2026-07-08 01:23 UTC (permalink / raw)
  To: [email protected]

Fix unintentional behavior change from 5a38104b36.

Reported-by: Noah Misch <[email protected]>
Discussion: https://postgr.es/m/[email protected]
Backpatch-through: 19

Branch
------
master

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

Modified Files
--------------
src/backend/utils/adt/like.c               | 6 ++++--
src/test/regress/expected/collate.utf8.out | 7 +++++++
src/test/regress/sql/collate.utf8.sql      | 3 +++
3 files changed, 14 insertions(+), 2 deletions(-)



^ permalink  raw  reply  [nested|flat] 3+ messages in thread

* pgsql: Fix unintentional behavior change from 5a38104b36.
@ 2026-07-08 01:23 Jeff Davis <[email protected]>
  0 siblings, 0 replies; 3+ messages in thread

From: Jeff Davis @ 2026-07-08 01:23 UTC (permalink / raw)
  To: [email protected]

Fix unintentional behavior change from 5a38104b36.

Reported-by: Noah Misch <[email protected]>
Discussion: https://postgr.es/m/[email protected]
Backpatch-through: 19

Branch
------
REL_19_STABLE

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

Modified Files
--------------
src/backend/utils/adt/like.c               | 6 ++++--
src/test/regress/expected/collate.utf8.out | 7 +++++++
src/test/regress/sql/collate.utf8.sql      | 3 +++
3 files changed, 14 insertions(+), 2 deletions(-)



^ permalink  raw  reply  [nested|flat] 3+ messages in thread


end of thread, other threads:[~2026-07-08 01:23 UTC | newest]

Thread overview: 3+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2024-12-03 06:03 pgsql: Fix unintentional behavior change in commit e9931bfb75. Jeff Davis <[email protected]>
2026-07-08 01:23 pgsql: Fix unintentional behavior change from 5a38104b36. Jeff Davis <[email protected]>
2026-07-08 01:23 pgsql: Fix unintentional behavior change from 5a38104b36. Jeff Davis <[email protected]>

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