]> granicus.if.org Git - postgresql/commit
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)
commitfebd60bf5db947ff3ebc0ffa8097f2b7a7629611
treef453ad5bcb415be291a072e5c6211b2faa300d27
parent4b21d1f09b96a1a76a72ebc752daeeff77555801
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