Re: Small perf fixes/cleanup in src/backend/utils/adt/like.c...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Sean Chittenden <sean(at)chittenden(dot)org>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Small perf fixes/cleanup in src/backend/utils/adt/like.c...
Date: 2003-06-23 14:24:50
Message-ID: 23202.1056378290@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Sean Chittenden <sean(at)chittenden(dot)org> writes:
> While doing some review of the LIKE function, I noticed some useless
> bits left over from the pre-MB and converting-MB world.

Isn't this patch going to destroy performance in single-byte encodings?
I don't think the present state of the LIKE code is an intermediate
state --- it's exactly where we want it to be.

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Sean Chittenden 2003-06-23 17:15:10 Re: Patch to be verbose about being unable to read ~/.pgpasss...
Previous Message Tom Lane 2003-06-23 14:11:11 Re: Patch to be verbose about being unable to read ~/.pgpasss...