Use grammar symbol function_with_argtypes consistently Instead of sometimes referring to a function signature like func_name func_args, use the existing function_with_argtypes symbol, which combines the two.
Reviewed-by: Alvaro Herrera <[email protected]> Reviewed-by: Tom Lane <[email protected]> Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/0aff9293bf79b606ab3c65fdf34e47c8989b7b2d Modified Files -------------- src/backend/parser/gram.y | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
