diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2011-09-05 23:36:06 +0300 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2011-09-05 23:38:27 +0300 |
commit | a2a5ce68266d879c7acd292952adc376966622e0 (patch) | |
tree | 46180bea6bc903b77bf3bcda041944e1eb802d87 /src/backend/access/gist/gistxlog.c | |
parent | 7cb99b269667ef3d8869bc9f7681debc12c45b1d (diff) | |
download | postgresql-a2a5ce68266d879c7acd292952adc376966622e0.tar.gz postgresql-a2a5ce68266d879c7acd292952adc376966622e0.zip |
Improve "invalid byte sequence for encoding" message
It used to say
ERROR: invalid byte sequence for encoding "UTF8": 0xdb24
Change this to
ERROR: invalid byte sequence for encoding "UTF8": 0xdb 0x24
to make it clear that this is a byte sequence and not a code point.
Also fix the adjacent "character has no equivalent" message that has
the same issue.
Diffstat (limited to 'src/backend/access/gist/gistxlog.c')
0 files changed, 0 insertions, 0 deletions