Re: WIN1252 patch broke my database - Mailing list pgsql-hackers

From Tom Lane
Subject Re: WIN1252 patch broke my database
Date
Msg-id 26970.1111090558@sss.pgh.pa.us
Whole thread Raw
In response to Re: WIN1252 patch broke my database  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> What should I do with the CVS code now?  Why is adding a gap between
> client/server and client-only encodings in pg_wchar.h going to waste
> space?

IIRC there are some tables that are indexed directly by the encoding
number, so leaving holes in the code assignments requires empty slots in
the tables (or breaking the tables into two parts, which might be easier
to maintain anyway).
        regards, tom lane


pgsql-hackers by date:

Previous
From: Abhijit Menon-Sen
Date:
Subject: Re: PHP stuff
Next
From: Bruno Wolff III
Date:
Subject: Re: contrib/pgcrypto