Commit 4e1ee79
committed
Fix typalign in rangetypes statistics
6df7a96 introduces multirange types, whose typanalyze function shares
infrastructure with range types typanalyze function. Since 6df7a96,
information about type gathered by statistics is filled from typcache.
But typalign is mistakenly always set to double. This commit fixes this
oversight.1 parent eea1e08 commit 4e1ee79
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
333 | | - | |
| 333 | + | |
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
| |||
0 commit comments