pgsql: Add a convenience routine makeFuncCall to reduce duplication. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Add a convenience routine makeFuncCall to reduce duplication.
Date
Msg-id E1UtjAq-0008PT-B0@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Add a convenience routine makeFuncCall to reduce duplication.  (Simon Riggs <simon@2ndQuadrant.com>)
List pgsql-committers
Add a convenience routine makeFuncCall to reduce duplication.

David Fetter and Andrew Gierth, reviewed by Jeevan Chalke

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0d22987ae9fe5dc9861e314f1609c8b69d61bbfc

Modified Files
--------------
src/backend/nodes/makefuncs.c      |   25 +++
src/backend/parser/gram.y          |  402 ++++++------------------------------
src/backend/parser/parse_utilcmd.c |   13 +-
src/include/nodes/makefuncs.h      |    2 +
src/include/nodes/parsenodes.h     |    5 +
5 files changed, 96 insertions(+), 351 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: pg_upgrade: use "" rather than '', for Windows
Next
From: Bruce Momjian
Date:
Subject: pgsql: pg_dump docs: use escaped double-quotes, for Windows