pgsql: Fix pg_wchar_table[] to match revised ordering of the encoding ID

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix pg_wchar_table[] to match revised ordering of the encoding ID
Date: 2007-10-15 22:46:27
Message-ID: 20071015224627.BF3A7754229@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix pg_wchar_table[] to match revised ordering of the encoding ID enum.
Add some comments so hopefully the next poor sod doesn't fall into the
same trap. (Wrong comments are worse than none at all...)

Modified Files:
--------------
pgsql/src/backend/utils/mb:
encnames.c (r1.35 -> r1.36)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mb/encnames.c?r1=1.35&r2=1.36)
wchar.c (r1.64 -> r1.65)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mb/wchar.c?r1=1.64&r2=1.65)
pgsql/src/include/mb:
pg_wchar.h (r1.74 -> r1.75)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/mb/pg_wchar.h?r1=1.74&r2=1.75)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2007-10-15 23:04:37 Re: pgsql: Add sample text search dictionary templates and parsers, to
Previous Message Tom Lane 2007-10-15 21:39:57 pgsql: Remove obsolete examples of add-on parsers and dictionary