Locale support broken in latest snapshots

From: Oleg Broytmann <phd(at)phd(dot)russ(dot)ru>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Locale support broken in latest snapshots
Date: 2000-02-28 10:03:10
Message-ID: Pine.LNX.4.21.0002280958080.24005-100000@fep132.fep.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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(at)earthling(dot)net
Programmers don't die, they just GOSUB without RETURN.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-02-28 10:58:27 7.0 Changes list
Previous Message Hannu Krosing 2000-02-28 09:45:52 Re: [HACKERS] Re: ALTER TABLE DROP COLUMN