]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix obsolete comment.
authorJeff Davis <jdavis@postgresql.org>
Wed, 8 Jul 2026 01:19:59 +0000 (18:19 -0700)
committerJeff Davis <jdavis@postgresql.org>
Wed, 8 Jul 2026 01:21:26 +0000 (18:21 -0700)
Reported-by: Noah Misch <noah@leadboat.com>
Discussion: https://postgr.es/m/20260630012919.78@rfd.leadboat.com
Backpatch-through: 19

src/backend/utils/adt/pg_locale_libc.c

index 006039534a9eefd387abbdf84f9d86849e6080c6..37e26b7e7a872e470a539abb3455c6ade4e93696 100644 (file)
  * where this matters is treatment of I/i in Turkish, and the behavior is
  * meant to match the upper()/lower() SQL functions.
  *
- * We store the active collation setting in static variables.  In principle
- * it could be passed down to here via the regex library's "struct vars" data
- * structure; but that would require somewhat invasive changes in the regex
- * library, and right now there's no real benefit to be gained from that.
- *
  * NB: the coding here assumes pg_wchar is an unsigned type.
  */