Обсуждение: pgsql: Use grammar symbol function_with_argtypes consistently

Поиск
Список
Период
Сортировка

pgsql: Use grammar symbol function_with_argtypes consistently

От
Peter Eisentraut
Дата:
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(-)