Re: pgsql: Prevent locale-aware handling of upper, lower,

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Prevent locale-aware handling of upper, lower,
Date: 2005-03-16 01:49:27
Message-ID: 200503160149.j2G1nR425162@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers


OK, fixed in CVS HEAD and 8.0.X.

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

Neil Conway wrote:
> Bruce Momjian wrote:
> > Prevent locale-aware handling of upper, lower, and initcap when the
> > locale is C.
>
> I get this warning:
>
> /home/neilc/pgsql/src/backend/utils/adt/oracle_compat.c: In function
> `lower':
> /home/neilc/pgsql/src/backend/utils/adt/oracle_compat.c:170: warning:
> implicit declaration of function `lc_ctype_is_c'
>
> -Neil
>

--
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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-03-16 06:00:59 pgsql: Fix snprintf to handle %$ properly by storing and reordering the
Previous Message Bruce Momjian 2005-03-16 01:49:20 pgsql: Add missing include for new lc_ctype_is_c() function.