pgsql-server: Split out everything that looks like a function call from

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server: Split out everything that looks like a function call from
Date: 2004-09-29 23:39:42
Message-ID: 20040929233942.F23FC329F49@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Split out everything that looks like a function call from c_expr into
a separate production func_expr. This allows us to accept all these
variants in the backwards-compatible syntax for creating a functional
index; which beats documenting exactly which things work and which don't.
Interestingly, it also seems to make the generated state machine a little
bit smaller.

Modified Files:
--------------
pgsql-server/src/backend/parser:
gram.y (r2.475 -> r2.476)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/parser/gram.y.diff?r1=2.475&r2=2.476)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-09-30 00:24:34 pgsql-server: Come to think of it, functions in FROM have the same
Previous Message Bruce Momjian 2004-09-29 16:23:18 pgsql-server: Add Farsi version of FAQ.