pgsql: Make expression locations for LIKE and SIMILAR TO constructs

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make expression locations for LIKE and SIMILAR TO constructs
Date: 2009-11-04 23:15:08
Message-ID: 20091104231508.7DE18753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Make expression locations for LIKE and SIMILAR TO constructs uniformly point
at the first keyword of the expression, rather than drawing a rather
artificial distinction between the ESCAPE subclause and the rest.
Per gripe from Gokulakannan Somasundaram and subsequent discusssion.

Modified Files:
--------------
pgsql/src/backend/parser:
gram.y (r2.686 -> r2.687)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/gram.y?r1=2.686&r2=2.687)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-11-04 23:44:10 pgsql: New Directory
Previous Message Tom Lane 2009-11-04 22:26:08 pgsql: Add support for invoking parser callback hooks via SPI and in