Re: [HACKERS] USE_LOCALE and unsigned char * - Mailing list pgsql-hackers

From t-ishii@sra.co.jp (Tatsuo Ishii)
Subject Re: [HACKERS] USE_LOCALE and unsigned char *
Date
Msg-id 199809030038.JAA22816@meshsv26.tk.mesh.ad.jp
Whole thread Raw
In response to Re: [HACKERS] USE_LOCALE and unsigned char *  (Bruce Momjian <maillist@candle.pha.pa.us>)
Responses Re: [HACKERS] USE_LOCALE and unsigned char *  (Tatsuo Ishii <t-ishii@sra.co.jp>)
List pgsql-hackers
At 7:18 PM 98.9.2 -0400, Bruce Momjian wrote:
>> It currently looks like all developers are on a platform where USE_LOCALE is
>>defined.
>>
>> If it is not defined (e.g. on AIX)  I get all sorts of
>> Function argument assignment between types "unsigned char*" and "char*" is
>>not allowed.
>>
>> I gather unsigned char's are only supposed to show up in a USE_LOCALE
>>environment.
>>
>> backend/util/adt/varlena.c
>> backend/commands/copy.c
>> include/utils/builtins.h
>>
>> Andreas
>
>
>
>
>I #ifdef USE_LOCALE around varlena.c, but I don't see the other ones.
>Send in some patches, OK?

I think I am responsible of some of "unisigned char problems."
I will look into these as soon as I confirm Bruce's fix works
for LinuxPPC. Ok?

--
Tatsuo Ishii
t-ishii@sra.co.jp


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] 6.4 HISTORY file
Next
From: Keith Parks
Date:
Subject: Re: [HACKERS] Fix for initdb/indexing problems