From: | Michael Robinson <robinson(at)netrinsics(dot)com> |
---|---|
To: | pgsql-hackers(at)hub(dot)org |
Subject: | Re: Big 7.1 open items |
Date: | 2000-06-14 08:24:05 |
Message-ID: | 200006140824.QAA02440@netrinsics.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
While people are working on that, they might want to add some sanity checking
to the multibyte character decoders. Currently they fail to check for
"illegal" character sequences (i.e. sequences with no valid multibyte mapping),
and fail to do something reasonable (like return an error, silently drop the
offending characters, or anything else besides just returning random garbage
and crashing the backend).
The last time this failed to get on the TODO list because Bruce wanted
more than one person to verify that it was an issue. If several people
are going to work on the NATIONAL CHARACTER stuff, maybe they could look
into this issue, too.
-Michael Robinson
>Added to TODO.
>
>> Since there are several people interested in contributing, we should
>> list:
>>
>> Support multiple simultaneous character sets, per SQL92
From | Date | Subject | |
---|---|---|---|
Next Message | Niall Smart | 2000-06-14 09:39:39 | Re: 7.0.2 cuts off attribute name |
Previous Message | Chris Bitmead | 2000-06-14 06:35:45 | Re: Modifying NOT NULL Constraint |