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 ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend