WIN1252 patch broke my database

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: WIN1252 patch broke my database
Date: 2005-03-16 21:57:15
Message-ID: 10084.1111010235@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

You can't just randomly rearrange the pg_enc enum without forcing an
initdb, because the numeric values of the encodings appear in system
catalogs (eg pg_conversion).

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2005-03-16 22:58:56 Re: WIN1252 patch broke my database
Previous Message Bruce Momjian 2005-03-16 21:28:07 Re: [PATCHES] [pgsql-hackers-win32] snprintf causes regression