Locale support broken in latest snapshots

Oleg Broytmann <phd@phd.russ.ru>

From: Oleg Broytmann <phd@phd.russ.ru>
To: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2000-02-28T10:03:10Z
Lists: pgsql-hackers
Hello!

   A month ago I tested a snapshot (21 or 24 Jan), and locale/multibyte
support worked.
   In the snapshot of 21 Feb locale support have been broken. "SELECT *
FROM table ORDER BY name" returns rows in wrong order; "SELECT * FROM table
WHERE name ~* re" performs case-sensitive match.

   I remember Tatsuo once fixed case-sensitiveness by replacing char with
"unsigned char". Should I teach my gcc to always use unsigned chars?

Oleg.
---- 
    Oleg Broytmann     http://members.xoom.com/phd2/     phd2@earthling.net
           Programmers don't die, they just GOSUB without RETURN.