From: | "Shridhar Daithankar" <shridhar_daithankar(at)persistent(dot)co(dot)in> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org, pgsql-performance(at)postgresql(dot)org |
Subject: | Re: contrib/fixchar (Was: Large databases, performance) |
Date: | 2002-10-10 13:49:11 |
Message-ID: | 3DA5D2AF.24682.4EDF20B@localhost |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers pgsql-performance pgsql-sql |
On 10 Oct 2002 at 15:30, Manfred Koizar wrote:
> On Wed, 09 Oct 2002 10:00:03 +0200, I wrote:
> >here is an implementation of a set of user types: char3, char4,
> >char10.
>
> New version available. As I don't want to spam the list with various
> versions until I get it right eventually, you can get it from
> http://members.aon.at/pivot/pg/fixchar20021010.tgz if you are
> interested.
>
> What's new:
>
> . README updated (per Shridhar's suggestion)
> . doesn't crash on NULL (p. Tom)
> . version-1 calling conventions (p. Tom)
> . isCachable (p. Tom)
> . works for 7.2 (as delivered) and for 7.3 (make for73)
>
> Shridhar, you were concerned about signed/unsigned chars; looking at
> the code I can not see how this is a problem. So no change in this
> regard.
Well, this is not related to postgresql exactly but to summerise the problem,
with libc patch PHCO_19090 or compatible upwards, on HP-UX11, isspace does not
work correctly if input value is >127. Can cause lot of problem for an external
app. It works fine with unsigned char
Does not make a difference from postgrersql point of view but would break non-
english locale if they want to use this fix under some situation.
But I agree, unless somebody reports it, no point fixing it and we know the fix
anyway..
Bye
Shridhar
--
Live long and prosper. -- Spock, "Amok Time", stardate 3372.7
From | Date | Subject | |
---|---|---|---|
Next Message | Adam Witney | 2002-10-10 13:49:26 | Re: pg_restore error |
Previous Message | Manfred Koizar | 2002-10-10 13:30:31 | contrib/fixchar (Was: Large databases, performance) |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2002-10-10 14:04:20 | Open items |
Previous Message | Greg Copeland | 2002-10-10 13:44:40 | Re: Bison 1.50 was released |
From | Date | Subject | |
---|---|---|---|
Next Message | Adam Witney | 2002-10-10 15:41:43 | Info on explain output |
Previous Message | Manfred Koizar | 2002-10-10 13:30:31 | contrib/fixchar (Was: Large databases, performance) |
From | Date | Subject | |
---|---|---|---|
Next Message | John Duffy | 2002-10-10 15:17:40 | NOTICE: generated by sequence nextval() |
Previous Message | Manfred Koizar | 2002-10-10 13:30:31 | contrib/fixchar (Was: Large databases, performance) |