Un-break CREATE TYPE. Fix some other inconsistencies in the
Tom Lane <tgl@sss.pgh.pa.us>
Un-break CREATE TYPE. Fix some other inconsistencies in the pg_proc entries for array I/O routines besides the one detected by the original patcher. Tighten type_sanity regress test accordingly.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/pg_type.c | modified | +23 −11 |
| src/include/catalog/pg_proc.h | modified | +5 −5 |
| src/test/regress/expected/type_sanity.out | modified | +2 −2 |
| src/test/regress/sql/type_sanity.sql | modified | +2 −2 |