summaryrefslogtreecommitdiff
path: root/contrib/array/README.array_iterator
Commit message (Collapse)AuthorAgeFilesLines
* Modify array operations to include array's element type OID in theTom Lane2002-08-261-4/+4
| | | | | | | | | | array header, and to compute sizing and alignment of array elements the same way normal tuple access operations do --- viz, using the tupmacs.h macros att_addlength and att_align. This makes the world safe for arrays of cstrings or intervals, and should make it much easier to write array-type-polymorphic functions; as examples see the cleanups of array_out and contrib/array_iterator. By Joe Conway and Tom Lane.
* Add missing /contrib filesBruce Momjian2000-06-191-0/+49