tvondra / tdigest

PostgreSQL extension for estimating percentiles using t-digest
PostgreSQL License
87 stars 13 forks source link

tdigest segfaults with PG10 on amd64 #22

Closed df7cb closed 2 years ago

df7cb commented 2 years ago

tdigest segfaults with PG10 on amd64 (x86_64): https://github.com/df7cb/tdigest/runs/4719521616?check_suite_focus=true

tvondra commented 2 years ago

Thanks for the report - indeed, the PG10 seems to work differently when combining results of partial aggregates. Should be fixed by 745b58ddc2d7b282a93193162c1a5c69a476e361.