mirror of
https://github.com/postgres/postgres.git
synced 2026-07-09 17:51:00 -04:00
Fix obsolete comment.
Reported-by: Noah Misch <noah@leadboat.com> Discussion: https://postgr.es/m/20260630012919.78@rfd.leadboat.com Backpatch-through: 19
This commit is contained in:
parent
d34ce773d2
commit
3ab2abc949
1 changed files with 0 additions and 5 deletions
|
|
@ -64,11 +64,6 @@
|
|||
* 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.
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue