pgsql: Use grammar symbol function_with_argtypes consistently - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Use grammar symbol function_with_argtypes consistently
Date
Msg-id E1cCa0e-0005Gq-Ma@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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 <alvherre@2ndquadrant.com>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>

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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Move function_with_argtypes to a better location
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Add aggregate_with_argtypes and use it consistently