Add operator_with_argtypes grammar rule

This makes the handling of operators similar to that of functions and
aggregates.

Rename node FuncWithArgs to ObjectWithArgs, to reflect the expanded use.

Reviewed-by: Jim Nasby <jim.na...@bluetreble.com>
Reviewed-by: Michael Paquier <michael.paqu...@gmail.com>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/550214a4efb214dfc9c2a475607deeeea69da858

Modified Files
--------------
src/backend/catalog/aclchk.c        |   6 +-
src/backend/commands/functioncmds.c |  24 +++---
src/backend/nodes/copyfuncs.c       |  14 +--
src/backend/nodes/equalfuncs.c      |  10 +--
src/backend/parser/gram.y           | 164 +++++++++++++++++++-----------------
src/include/nodes/nodes.h           |   2 +-
src/include/nodes/parsenodes.h      |  20 ++---
src/tools/pgindent/typedefs.list    |   2 +-
8 files changed, 126 insertions(+), 116 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

Reply via email to