Code review for plpgsql fn_signature patch.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: bef47331b6a1c0d081179a7fc9b82dd7e1862394
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2012-02-01T07:14:37Z
Releases: 9.2.0
Code review for plpgsql fn_signature patch.

Don't quote the output of format_procedure(); it's already quoted quite
enough.  Remove the fn_name field, which was now just dead weight.  Fix
remaining expected-output files.

Files