aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/ruleutils.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-12-22 22:50:07 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-12-22 22:50:07 +0000
commite6242ba176278ff02af1bb2069a32fc83c176869 (patch)
tree87b4b95b9aba3abcbd13c1947bfd8a081a71ed19 /src/backend/utils/adt/ruleutils.c
parentf545a05704e5148fec1f373820603cc7be73e7dd (diff)
downloadpostgresql-e6242ba176278ff02af1bb2069a32fc83c176869.tar.gz
postgresql-e6242ba176278ff02af1bb2069a32fc83c176869.zip
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/adt/ruleutils.c')
0 files changed, 0 insertions, 0 deletions