pgsql: Add a convenience routine makeFuncCall to reduce duplication.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Add a convenience routine makeFuncCall to reduce duplication.
Дата
Msg-id E1UtjAq-0008PT-B0@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Add a convenience routine makeFuncCall to reduce duplication.  (Simon Riggs <simon@2ndQuadrant.com>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: pg_upgrade: use "" rather than '', for Windows
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: pg_dump docs: use escaped double-quotes, for Windows