aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistproc.c
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2009-09-04 10:49:50 +0000
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2009-09-04 10:49:50 +0000
commit691efa1500fe77fd0547bf0d1f019d250937e634 (patch)
tree990202d0580c36a6687091e6fbcfb3fef8e199ef /src/backend/access/gist/gistproc.c
parente01fdca9f7bc94b37c63b2ca10350a50f5df59ab (diff)
downloadpostgresql-691efa1500fe77fd0547bf0d1f019d250937e634.tar.gz
postgresql-691efa1500fe77fd0547bf0d1f019d250937e634.zip
Fix encoding handling in xml binary input function. If the XML header didn't
specify an encoding explicitly, we used to treat it as being in database encoding when we parsed it, but then perform a UTF-8 -> database encoding conversion on it, which was completely bogus. It's now consistently treated as UTF-8.
Diffstat (limited to 'src/backend/access/gist/gistproc.c')
0 files changed, 0 insertions, 0 deletions