Re: Day and month name localization uses wrong locale category

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Euler Taveira de Oliveira <euler(at)timbira(dot)com>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Day and month name localization uses wrong locale category
Date: 2006-11-20 23:57:59
Message-ID: 14209.1164067079@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Euler Taveira de Oliveira <euler(at)timbira(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2006-11-21 00:16:55 Re: Custom Data Type Question
Previous Message Euler Taveira de Oliveira 2006-11-20 23:52:57 Re: Day and month name localization uses wrong locale category