Re: Small perf fixes/cleanup in src/backend/utils/adt/like.c... - Mailing list pgsql-patches

From Tom Lane
Subject Re: Small perf fixes/cleanup in src/backend/utils/adt/like.c...
Date
Msg-id 23202.1056378290@sss.pgh.pa.us
Whole thread Raw
In response to Small perf fixes/cleanup in src/backend/utils/adt/like.c...  (Sean Chittenden <sean@chittenden.org>)
Responses Re: Small perf fixes/cleanup in src/backend/utils/adt/like.c...  (Sean Chittenden <sean@chittenden.org>)
List pgsql-patches
Sean Chittenden <sean@chittenden.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

pgsql-patches by date:

Previous
From: Sean Chittenden
Date:
Subject: Re: Patch to be verbose about being unable to read ~/.pgpasss...
Next
From: Sean Chittenden
Date:
Subject: Re: Patch to be verbose about being unable to read ~/.pgpasss...