USE_LOCALE and unsigned char * - Mailing list pgsql-hackers

From Andreas Zeugswetter
Subject USE_LOCALE and unsigned char *
Date
Msg-id 01BDCF6F.D0C087C0@zeugswettera.user.lan.at
Whole thread Raw
Responses Re: [HACKERS] USE_LOCALE and unsigned char *
List pgsql-hackers
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


pgsql-hackers by date:

Previous
From: David Hartwig
Date:
Subject: Re: [HACKERS] 6.4 Aggregate Bug
Next
From: Andreas Zeugswetter
Date:
Subject: AW: [HACKERS] 6.4 Aggregate Bug