Minor catalog cleanups for composite-type stuff. Adjust signatures shown
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/include/catalog/catversion.h | modified | +2 −2 |
| src/include/catalog/pg_proc.h | modified | +6 −6 |
| src/include/catalog/pg_type.h | modified | +1 −4 |
| src/test/regress/expected/type_sanity.out | modified | +16 −13 |
| src/test/regress/sql/type_sanity.sql | modified | +9 −3 |