Allow dropping multiple functions at once

Peter Eisentraut <peter_e@gmx.net>

Commit: 583f6c414895e72c710f723fbb3649df664530d7
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2017-03-06T18:31:47Z
Releases: 10.0
Allow dropping multiple functions at once

The generic drop support already supported dropping multiple objects of
the same kind at once.  But the previous representation
of function signatures across two grammar symbols and structure members
made this cumbersome to do for functions, so it was not supported.  Now
that function signatures are represented by a single structure, it's
trivial to add this support.  Same for aggregates and operators.

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

Files

Documentation touched