Re: [HACKERS] bytea, index and like operator again and detailed report

From: Joe Conway <mail(at)joeconway(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Cc: Alvar Freude <alvar(at)a-blast(dot)org>
Subject: Re: [HACKERS] bytea, index and like operator again and detailed report
Date: 2003-12-06 17:38:44
Message-ID: 3FD21424.8010408@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Alvar Freude wrote:
> -- Joe Conway <mail(at)joeconway(dot)com> wrote:
>>Please try the attached patch and let me know how it works for you. It is
>>against cvs HEAD, but should apply OK to 7.4.
>
> so, I checked it with my database.
> It looks good, all checks I made are OK.

The attached fixes the bytea-like bug found by Alvar -- as well as some
others I found while working on it. I would like to apply this evening
so that it can be in the 7.4.1 release. Any objections?

Thanks,

Joe

Attachment Content-Type Size
likebytea-fix.5.patch text/plain 7.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Richard Schilling 2003-12-06 17:49:33 Fwd: Double linked list with one pointer [mendola@bigfoot.com]
Previous Message Edwin S. Ramirez 2003-12-06 17:25:41 Re: Postgres 7.3.5 and count('x')

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2003-12-06 19:38:50 Re: [HACKERS] bytea, index and like operator again and detailed report
Previous Message Tom Lane 2003-12-06 05:22:42 Re: read-only GUC variables - supporting doc changes