Implement array_send/array_recv (binary I/O for arrays). This exposed

Tom Lane <tgl@sss.pgh.pa.us>

Commit: ba1e066e4637d64886b6ba12706b18ca35a6e258
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-05-09T23:01:45Z
Releases: 7.4.1
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