Implement array_send/array_recv (binary I/O for arrays). This exposed
Tom Lane <tgl@sss.pgh.pa.us>
Implement array_send/array_recv (binary I/O for arrays). This exposed the folly of not passing element type to typsend/typreceive, so fix that.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/create_type.sgml | modified | +12 −7 |
| src/backend/commands/typecmds.c | modified | +17 −3 |
| src/backend/utils/adt/arrayfuncs.c | modified | +276 −18 |
| 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 | +3 −1 |
| src/test/regress/sql/type_sanity.sql | modified | +3 −1 |