aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistproc.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2008-03-13 18:32:02 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2008-03-13 18:32:02 +0000
commit96e420a6ec4d593740a02a4f5ad6654d9429a8ff (patch)
tree8948c527518d97d54b67f5965644ba873bfb669e /src/backend/access/gist/gistproc.c
parent8efc13140e80f51f1033d9fa22b302409edad06c (diff)
downloadpostgresql-96e420a6ec4d593740a02a4f5ad6654d9429a8ff.tar.gz
postgresql-96e420a6ec4d593740a02a4f5ad6654d9429a8ff.zip
Fix varstr_cmp's special case for UTF8 encoding on Windows so that strings
that are reported as "equal" by wcscoll() are checked to see if they really are bitwise equal, and are sorted per strcmp() if not. We made this happen a couple of years ago in the regular code path, but it unaccountably got left out of the Windows/UTF8 case (probably brain fade on my part at the time). As in the prior set of changes, affected users may need to reindex indexes on textual columns. Backpatch as far as 8.2, which is the oldest release we are still supporting on Windows.
Diffstat (limited to 'src/backend/access/gist/gistproc.c')
0 files changed, 0 insertions, 0 deletions