Replace LookupFuncNameTypeNames() with LookupFuncWithArgs()

Peter Eisentraut <peter_e@gmx.net>

Commit: 2ca64c6f7105f97ce886bdbbd880f50225bf24ba
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2017-03-06T18:31:47Z
Releases: 10.0
Replace LookupFuncNameTypeNames() with LookupFuncWithArgs()

The old function took function name and function argument list as
separate arguments.  Now that all function signatures are passed around
as ObjectWithArgs structs, this is no longer necessary and can be
replaced by a function that takes ObjectWithArgs directly.  Similarly
for aggregates and operators.

Reviewed-by: Jim Nasby <Jim.Nasby@BlueTreble.com>
Reviewed-by: Michael Paquier <michael.paquier@gmail.com>

Files