Re: [PATCHES] prevent encoding conversion recursive error

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Qingqing Zhou <zhouqq(at)cs(dot)toronto(dot)edu>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Peter Eisentraut <peter_e(at)gmx(dot)net>
Subject: Re: [PATCHES] prevent encoding conversion recursive error
Date: 2005-08-13 02:37:36
Message-ID: 200508130237.j7D2baF02009@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches


Any comments on this idea?

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

Tom Lane wrote:
> I wrote:
> > This does not look real easy to fix. Who's up for reimplementing
> > gettext and a few other pieces from scratch?
>
> However, I did find
>
> http://gnu.miscellaneousmirror.org/software/libc/manual/html_node/Charset-conversion-in-gettext.html#Charset-conversion-in-gettext
>
> which leads to the question "why aren't we using
> bind_textdomain_codeset() to tell gettext what character set it should
> produce"?
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: explain analyze is your friend
>

--
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-hackers by date

  From Date Subject
Next Message Bruce Momjian 2005-08-13 02:42:36 Re: PL/pgSQL: #option select_into_1_row (was SELECT INTO
Previous Message Bruce Momjian 2005-08-13 02:36:49 Re: obtaining row locking information

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2005-08-13 02:42:36 Re: PL/pgSQL: #option select_into_1_row (was SELECT INTO
Previous Message Bruce Momjian 2005-08-13 02:36:01 Re: gettime() - a timeofday() alternative