Re: bytea, index and like operator again and detailed report - Mailing list pgsql-hackers

From Joe Conway
Subject Re: bytea, index and like operator again and detailed report
Date
Msg-id 3FCFB09E.2050105@joeconway.com
Whole thread Raw
In response to bytea, index and like operator again and detailed report  (Alvar Freude <alvar@a-blast.org>)
Responses Re: bytea, index and like operator again and detailed  (Alvar Freude <alvar@a-blast.org>)
List pgsql-hackers
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
atone time -- will research.>> Joe
 

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

Joe




pgsql-hackers by date:

Previous
From: Alvar Freude
Date:
Subject: bytea, index and like operator again and detailed report
Next
From: Alvar Freude
Date:
Subject: Re: bytea, index and like operator again and detailed