Re: Access to localized_str_tolower() - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Access to localized_str_tolower()
Date
Msg-id 17703.1214938748@sss.pgh.pa.us
Whole thread Raw
In response to Re: Access to localized_str_tolower()  ("David E. Wheeler" <david@kineticode.com>)
Responses Re: Access to localized_str_tolower()  ("David E. Wheeler" <david@kineticode.com>)
List pgsql-hackers
"David E. Wheeler" <david@kineticode.com> writes:
>  From formatting.c in 8.3.1:
> static char *localized_str_toupper(char *buff);
> static char *localized_str_tolower(char *buff);

These are static --- that's why you can't get at them from outside
the module.

I think your best bet for an 8.3 version of citext is just to
copy-and-paste a lot of code from HEAD.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: Location for pgstat.stat
Next
From: "David E. Wheeler"
Date:
Subject: Re: Access to localized_str_tolower()