tvondra / tdigest

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

Seems to require PostgreSQL >= 11 #11

Closed Natureshadow closed 4 years ago

Natureshadow commented 4 years ago

It seems that this extension requires PostgreSQL >= 11 because it uses the pg_sendint32 function, which is unavailable in odler versions.

If this is correct and intended, I suggest adding a note to the readme.

tvondra commented 4 years ago

No, that's not intentional. I've pushed 2548a52f5b6c6ff9093ac6911c076784eea09e1f fixing this, and it'll be included in the next release.