diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-12-22 22:50:29 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-12-22 22:50:29 +0000 |
commit | cd726e1cf83ccde2b2a8aa9d0a669e84ff84713f (patch) | |
tree | 91a9e9170b142f152e76735d55e7669b2dd212b4 /src/backend/utils/mb/wchar.c | |
parent | 660fcf0f678e5c891f6d55da67bbbbd61d60d0a1 (diff) |
Adjust string comparison so that only bitwise-equal strings are considered
equal: if strcoll claims two strings are equal, check it with strcmp, and
sort according to strcmp if not identical. This fixes inconsistent
behavior under glibc's hu_HU locale, and probably under some other locales
as well. Also, take advantage of the now-well-defined behavior to speed up
texteq, textne, bpchareq, bpcharne: they may as well just do a bitwise
comparison and not bother with strcoll at all.
NOTE: affected databases may need to REINDEX indexes on text columns to be
sure they are self-consistent.
Diffstat (limited to 'src/backend/utils/mb/wchar.c')
0 files changed, 0 insertions, 0 deletions