Change catalog entries for record_out and record_send to show only one
Tom Lane <tgl@sss.pgh.pa.us>
Change catalog entries for record_out and record_send to show only one argument, since that's all they are using now. Adjust type_sanity regression test so that it will complain if anyone tries to define multiple-argument output functions in future.
Files
| Path | Change | +/− |
|---|---|---|
| src/include/catalog/catversion.h | modified | +2 −2 |
| src/include/catalog/pg_proc.h | modified | +3 −3 |
| src/test/regress/expected/type_sanity.out | modified | +8 −10 |
| src/test/regress/sql/type_sanity.sql | modified | +8 −10 |