mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
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.Nasby@BlueTreble.com> Reviewed-by: Michael Paquier <michael.paquier@gmail.com>
This commit is contained in:
@ -451,7 +451,7 @@ typedef enum NodeTag
|
||||
T_SortGroupClause,
|
||||
T_GroupingSet,
|
||||
T_WindowClause,
|
||||
T_FuncWithArgs,
|
||||
T_ObjectWithArgs,
|
||||
T_AccessPriv,
|
||||
T_CreateOpClassItem,
|
||||
T_TableLikeClause,
|
||||
|
Reference in New Issue
Block a user