New patch (was: tough bug)

From: Goran Thyni <goran(at)kirra(dot)net>
To: PostgreSQL-development <hackers(at)postgreSQL(dot)org>
Cc: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Subject: New patch (was: tough bug)
Date: 1999-02-01 20:29:55
Message-ID: 36B60EC3.CF13E5E1@kirra.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


OK I found it,
I search in the planner for the '\xFF' appending.
Finally I found in MakeIndexable() in gram.y

Attach a patch which removes the "<=" test in USE_LOCALE,
might make some queries a bit slower for us "locale-heads",
BUT correct result is more important.

regards,
--
-----------------
Göran Thyni
This is Penguin Country. On a quiet night you can hear Windows NT
reboot!

Attachment Content-Type Size
pg.diff text/plain 1.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 1999-02-01 20:35:29 Small patches in copy.c and trigger.c
Previous Message Jan Wieck 1999-02-01 20:23:26 Re: [HACKERS] Problems doing a copy to a table