Improve caching in range type I/O functions.
Tom Lane <tgl@sss.pgh.pa.us>
Improve caching in range type I/O functions. Cache the the element type's I/O info across calls, not only the range type's info. In passing, also clean up hash_range a bit more.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/rangetypes.c | modified | +176 −140 |