pgsql: Use grammar symbol function_with_argtypes consistently

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use grammar symbol function_with_argtypes consistently
Date: 2016-12-01 22:39:20
Message-ID: E1cCa0e-0005Gq-Ma@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)2ndquadrant(dot)com>
Reviewed-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2016-12-02 01:29:49 pgsql: Refactor libpqwalreceiver
Previous Message Robert Haas 2016-12-01 20:17:23 pgsql: libpq: Fix inadvertent change in PQhost() behavior.