Fix typalign in rangetypes statistics
Alexander Korotkov <akorotkov@postgresql.org>
Fix typalign in rangetypes statistics 6df7a9698b introduces multirange types, whose typanalyze function shares infrastructure with range types typanalyze function. Since 6df7a9698b, information about type gathered by statistics is filled from typcache. But typalign is mistakenly always set to double. This commit fixes this oversight.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/rangetypes_typanalyze.c | modified | +1 −1 |