Add a convenience routine makeFuncCall to reduce duplication.
Robert Haas <rhaas@postgresql.org>
Add a convenience routine makeFuncCall to reduce duplication. David Fetter and Andrew Gierth, reviewed by Jeevan Chalke
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/nodes/makefuncs.c | modified | +25 −0 |
| src/backend/parser/gram.y | modified | +61 −341 |
| src/backend/parser/parse_utilcmd.c | modified | +3 −10 |
| src/include/nodes/makefuncs.h | modified | +2 −0 |
| src/include/nodes/parsenodes.h | modified | +5 −0 |