Minor catalog cleanups for composite-type stuff. Adjust signatures shown

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

Commit: 19e3bdd6c79568f902dc3613c69f0788f8de583f
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-06-06T19:07:02Z
Releases: 8.0.0
Minor catalog cleanups for composite-type stuff.  Adjust signatures shown
in pg_proc for record_in, record_out, etc to reflect that these routines
now make use of the second OID parameter.  Remove the ancient SET entry
in pg_type, which is now highly unlikely to ever become used again.
Adjust type_sanity regression test to match.

Files