pgsql: Compare escaped chars case insensitively for ILIKE - per gripe

From: adunstan(at)postgresql(dot)org (Andrew Dunstan)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Compare escaped chars case insensitively for ILIKE - per gripe
Date: 2008-09-27 16:57:43
Message-ID: 20080927165743.BD9467545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Compare escaped chars case insensitively for ILIKE - per gripe from TGL.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
pgsql/src/backend/utils/adt:
like_match.c (r1.20.2.1 -> r1.20.2.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/like_match.c?r1=1.20.2.1&r2=1.20.2.2)

Browse pgsql-committers by date

  From Date Subject
Next Message User Jbcooley 2008-09-28 01:27:58 npgsql - Npgsql2: Quote uuid constants when used in expression.
Previous Message Andrew Dunstan 2008-09-27 16:53:55 pgsql: Compare escaped chars case insensitively for ILIKE - per gripe