Fix pg_wchar_table[] to match revised ordering of the encoding ID enum.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 15 Oct 2007 22:46:27 +0000 (22:46 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 15 Oct 2007 22:46:27 +0000 (22:46 +0000)
commit511cdce067e2aba71ecb2e07305c5af733a92c65
tree51a127c397b505e878b6094581968e8d973b9bd8
parent259f07908273bc7d5cd78c48c41639de5fd58683
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...)
src/backend/utils/mb/encnames.c
src/backend/utils/mb/wchar.c
src/include/mb/pg_wchar.h