Re: Bug in UTF8-Validation Code? - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Bug in UTF8-Validation Code?
Date
Msg-id 45FDDAB9.6060009@dunslane.net
Whole thread Raw
In response to Re: Bug in UTF8-Validation Code?  (Gregory Stark <stark@enterprisedb.com>)
Responses Re: Bug in UTF8-Validation Code?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers

Gregory Stark wrote:
> "Andrew Dunstan" <andrew@dunslane.net> writes:
>
>   
>> Below is a list of the input routines in the adt directory, courtesy of grep.
>>     
>
> Grep isn't a good way to get these, your list missed a bunch.
>
> postgres=# select distinct prosrc from pg_proc where oid in (select typinput from pg_type);
>
>   
[snip]
> (64 rows)
>
>   

Ok, good point. Now, which of those need to have a check for valid encoding?

cheers

andrew


pgsql-hackers by date:

Previous
From: Gregory Stark
Date:
Subject: Re: Bug in UTF8-Validation Code?
Next
From: Tom Lane
Date:
Subject: Re: Buildfarm feature request: some way to track/classify failures