Re: libpq5 8.3 breaks 8.2 compatibility with encodings - Mailing list pgsql-bugs

From Tom Lane
Subject Re: libpq5 8.3 breaks 8.2 compatibility with encodings
Date
Msg-id 28072.1192204235@sss.pgh.pa.us
Whole thread Raw
In response to Re: libpq5 8.3 breaks 8.2 compatibility with encodings  (Martin Pitt <martin@piware.de>)
Responses Re: libpq5 8.3 breaks 8.2 compatibility with encodings
Re: libpq5 8.3 breaks 8.2 compatibility with encodings
List pgsql-bugs
Martin Pitt <martin@piware.de> writes:
> Ah, got it. The ordering in pg_enc2name_tbl[] changed, which makes the
> indices jump around.

Sorry, you don't get to put JOHAB back into the portion of the list that
is backend-legal encodings.

It's a bit nasty that this enum is exposed as part of the ABI, but I'm
afraid we may be stuck with that decision.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Martin Pitt
Date:
Subject: Re: libpq5 8.3 breaks 8.2 compatibility with encodings
Next
From: Tom Lane
Date:
Subject: Re: libpq5 8.3 breaks 8.2 compatibility with encodings