Re: Big 7.1 open items - Mailing list pgsql-hackers

From Michael Robinson
Subject Re: Big 7.1 open items
Date
Msg-id 200006140824.QAA02440@netrinsics.com
Whole thread Raw
In response to Big 7.1 open items  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Re: Big 7.1 open items  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Re: Big 7.1 open items  (Tatsuo Ishii <t-ishii@sra.co.jp>)
List 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



pgsql-hackers by date:

Previous
From: Chris Bitmead
Date:
Subject: Re: Modifying NOT NULL Constraint
Next
From: Vince Vielhaber
Date:
Subject: Re: linking error