Re: pgsql-server/src/backend/utils/adt pg_locale.c

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql-server/src/backend/utils/adt pg_locale.c
Date: 2002-10-18 20:53:58
Message-ID: 200210182053.g9IKrwE04807@candle.pha.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers


This fixes our float() bug?

---------------------------------------------------------------------------

Tom Lane wrote:
> CVSROOT: /cvsroot
> Module name: pgsql-server
> Changes by: tgl(at)postgresql(dot)org 02/10/18 16:44:02
>
> Modified files:
> src/backend/utils/adt: pg_locale.c
>
> Log message:
> Fix breakage that had crept into setlocale() usage: once again we've
> been bit by the fact that the locale functions return pointers to
> modifiable variables. I added some comments that might help us avoid
> the mistake in future.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2002-10-18 20:57:48 Re: pgsql-server/src/backend/utils/adt pg_locale.c
Previous Message Tom Lane 2002-10-18 20:44:02 pgsql-server/src/backend/utils/adt pg_locale.c