forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4e1ee79
committed
Fix typalign in rangetypes statistics
6df7a96 introduces multirange types, whose typanalyze function sharesinfrastructure with range types typanalyze function. Since6df7a96,information about type gathered by statistics is filled from typcache.But typalign is mistakenly always set to double. This commit fixes thisoversight.1 parenteea1e08 commit4e1ee79
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
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
Comments
(0)