Add aggregate_with_argtypes and use it consistently This works like function_with_argtypes, but aggregates allow slightly different arguments.
Reviewed-by: Alvaro Herrera <[email protected]> Reviewed-by: Tom Lane <[email protected]> Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/b999c247a5df4110a2ae20b01f0f686840169875 Modified Files -------------- src/backend/parser/gram.y | 74 +++++++++++++++++++++++++++-------------------- 1 file changed, 42 insertions(+), 32 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
