Re: pgsql: Fix for rearranging encoding id ISO-8859-5 - Mailing list pgsql-committers

From Bruce Momjian
Subject Re: pgsql: Fix for rearranging encoding id ISO-8859-5
Date
Msg-id 200512230446.jBN4kQ712608@candle.pha.pa.us
Whole thread Raw
In response to Re: pgsql: Fix for rearranging encoding id ISO-8859-5  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
Tom Lane wrote:
> Neil Conway <neilc@samurai.com> writes:
> > Tatsuo Ishii wrote:
> >> Fix for rearranging encoding id ISO-8859-5 to ISO-8859-8.
> >> Also make the code more robust by searching for target encoding
> >> in the internal charset map.
>
> > ISTM this patch, or some variant of it, should be applied to the
> > REL8_1_STABLE branch, and any earlier release branches that also exhibit
> > the problem.
>
> 8.1 definitely needs to be fixed.  I don't think there is a bug in 8.0,
> though that should be double-checked.

8.0.X looked OK to me.

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

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Fix for rearranging encoding id ISO-8859-5
Next
From: Peter Eisentraut
Date:
Subject: Re: pgsql: Add an officially exported libpq function to encrypt passwords,