Fix typalign in rangetypes statistics
6df7a969 introduces multirange types, whose typanalyze function shares infrastructure with range types typanalyze function. Since 6df7a969, information about type gathered by statistics is filled from typcache. But typalign is mistakenly always set to double. This commit fixes this oversight.
Showing
Please register or sign in to comment