Re: bytea, index and like operator again and detailed report

From: Joe Conway <mail(at)joeconway(dot)com>
To: Alvar Freude <alvar(at)a-blast(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: bytea, index and like operator again and detailed report
Date: 2003-12-04 22:09:34
Message-ID: 3FCFB09E.2050105@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Alvar Freude wrote:
> while changing a column from base255 encoded text (all except null byte) to
> bytea, I found the following bug in Postgresql's LIKE operator with indexes
> (it follows a more detailed description then my old mails in -bugs and
> - -general, including the proof of the bug):
>

Apparently you never read my reply to you all the way to the bottom. I said:

Joe Conway wrote:
> Alvar Freude wrote:
>> select * from test where b like '\001%';
> This is weird. I'm sure it worked at one time -- will research.
>
> Joe

I'm actively working on your issue. Please quit spamming all the lists
with it.

Joe

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvar Freude 2003-12-04 22:24:57 Re: bytea, index and like operator again and detailed
Previous Message Ray Aspeitia 2003-12-04 21:46:16 7.4 include file conflict

Browse pgsql-patches by date

  From Date Subject
Next Message Alvar Freude 2003-12-04 22:24:57 Re: bytea, index and like operator again and detailed
Previous Message Peter Eisentraut 2003-12-04 21:25:31 Re: minor SGML fix