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.
Showing
- src/include/catalog/catversion.h 2 additions, 2 deletionssrc/include/catalog/catversion.h
- src/include/catalog/pg_proc.h 6 additions, 6 deletionssrc/include/catalog/pg_proc.h
- src/include/catalog/pg_type.h 1 addition, 4 deletionssrc/include/catalog/pg_type.h
- src/test/regress/expected/type_sanity.out 16 additions, 13 deletionssrc/test/regress/expected/type_sanity.out
- src/test/regress/sql/type_sanity.sql 9 additions, 3 deletionssrc/test/regress/sql/type_sanity.sql
Loading
Please register or sign in to comment