Re: contrib/fixchar (Was: Large databases, performance)

From: "Shridhar Daithankar" <shridhar_daithankar(at)persistent(dot)co(dot)in>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: contrib/fixchar (Was: Large databases, performance)
Date: 2002-10-12 06:41:02
Message-ID: 3DA81156.17631.403C5@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 12 Oct 2002 at 8:54, Giles Lean wrote:

> Portable code uses 'unsigned char' when using ctype.h features, even
> though for many platforms where 'char' is an unsigned type it's not
> necessary for correct functioning.
>
> I don't see any isspace() or similar in the code though, so I'm not
> sure why this issue is being raised?

Well, I commented on fixchar contrib module that it should use unsigned char
rather than just char, to be on safer side on all platforms. Nothing much..

Bye
Shridhar

--
brokee, n: Someone who buys stocks on the advice of a broker.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Gavin Sherry 2002-10-12 08:37:08 Changing Column Order (Was Re: MySQL vs PostgreSQL.)
Previous Message Tom Lane 2002-10-12 04:20:14 Re: contrib/fixchar (Was: Large databases, performance)