pgsql: At the head of wchareq, length of (multibyte) character is

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: At the head of wchareq, length of (multibyte) character is
Date: 2005-05-25 22:59:34
Message-ID: 20050525225934.191A052815@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
At the head of wchareq, length of (multibyte) character is compared by
using pg_mblen. Therefore, pg_mblen is executed many times, and it
becomes a bottleneck.

This patch makes a short cut, and reduces execution frequency of
pg_mblen by comparing the first byte first.

a_ogawa

Modified Files:
--------------
pgsql/src/backend/utils/adt:
like.c (r1.59 -> r1.60)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/like.c.diff?r1=1.59&r2=1.60)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-05-26 00:16:32 pgsql: Add PL/pgSQL SQLSTATE and SQLERRM support which sets these values
Previous Message Bruce Momjian 2005-05-25 22:12:05 pgsql: Quick patch to adress a recent concern on the mailing list about