pgsql: Make expression locations for LIKE and SIMILAR TO constructs - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Make expression locations for LIKE and SIMILAR TO constructs
Date
Msg-id 20091104231508.7DE18753FB7@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add support for invoking parser callback hooks via SPI and in
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: New Directory