Re: Day and month name localization uses wrong locale category - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Day and month name localization uses wrong locale category
Date
Msg-id 14209.1164067079@sss.pgh.pa.us
Whole thread Raw
In response to Re: Day and month name localization uses wrong locale category  (Euler Taveira de Oliveira <euler@timbira.com>)
Responses Re: Day and month name localization uses wrong locale category  (Euler Taveira de Oliveira <euler@timbira.com>)
List pgsql-hackers
Euler Taveira de Oliveira <euler@timbira.com> writes:
> + /*
> +  * Return the LC_TIME information
> +  */
> + char *
> + pg_get_lc_time(void)
> + {
> +     return locale_time;
> + }

locale_time is a global GUC variable, so there is surely no point in the
above function.  I have not looked at the rest of the patch.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Euler Taveira de Oliveira
Date:
Subject: Re: Day and month name localization uses wrong locale category
Next
From: "Andrew Dunstan"
Date:
Subject: Re: Custom Data Type Question