pgsql: Fix pg_wchar_table[] to match revised ordering of the encoding ID - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix pg_wchar_table[] to match revised ordering of the encoding ID
Date
Msg-id 20071015224627.BF3A7754229@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Remove obsolete examples of add-on parsers and dictionary
Next
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Add sample text search dictionary templates and parsers, to