Обсуждение: pgsql: Add a convenience routine makeFuncCall to reduce duplication.

Поиск
Список
Период
Сортировка

pgsql: Add a convenience routine makeFuncCall to reduce duplication.

От
Robert Haas
Дата:
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(-)


Re: pgsql: Add a convenience routine makeFuncCall to reduce duplication.

От
Simon Riggs
Дата:
On 1 July 2013 19:50, Robert Haas <rhaas@postgresql.org> wrote:
Add a convenience routine makeFuncCall to reduce duplication.

David Fetter and Andrew Gierth, reviewed by Jeevan Chalke

Nice patch. Well done all. 

--
 Simon Riggs                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services