Locale support broken in latest snapshots - Mailing list pgsql-hackers

From Oleg Broytmann
Subject Locale support broken in latest snapshots
Date
Msg-id Pine.LNX.4.21.0002280958080.24005-100000@fep132.fep.ru
Whole thread Raw
Responses Re: [HACKERS] Locale support broken in latest snapshots
List 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
justGOSUB without RETURN.
 



pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: [HACKERS] Re: ALTER TABLE DROP COLUMN
Next
From: Bruce Momjian
Date:
Subject: 7.0 Changes list