+1 brew install postgresql make sudo make install brew services start postgresql createdb test create extension datasketches select cpc_sketch_to_string(cpc_sketch_build(1)); // produced the example cpc_sketch_to_string output
Lee. On Fri, May 7, 2021 at 2:17 PM Jon Malkin <[email protected]> wrote: > +1, although testing with the actual db was quite limited > > - brew install postgresql, which appears to have pulled in 13.2 > - checked shasum and gpg signature > - make; sudo make install > - created db, connected to it, ran a very few commands > > jon > > On Thu, May 6, 2021 at 1:14 PM Alexander Saydakov > <[email protected]> wrote: > >> Dear Apache DataSketches PMC and Community, >> >> >> This is a call for vote to release >> Apache DataSketches-postgresql version 1.4.0-rc2 >> >> >> This is an extension for PostgreSQL database based on the >> Apache DataSketches-cpp core library. >> >> >> Changes in this release (since 1.3.0): >> >> - Based on the latest data sketches-cpp 3.0.0 >> - Added aod_sketch (array-of-doubles tuple sketch) >> - Added req_float_sketch (REQ quantiles sketch with high accuracy at >> high or low ranks) >> - Added missing theta_sketch aggregate intersection >> >> META.json was updated since 1.4.0-rc1 (pgxn.org bundle description) >> >> >> Source repository: https://github.com/apache/datasketches-postgresql >> >> >> Git tag for this release candidate: >> https://github.com/apache/datasketches-postgresql/tree/1.4.0-rc2 >> >> >> The release candidate repository: >> https://dist.apache.org/repos/dist/dev/datasketches/postgresql/1.4.0-rc2 >> >> >> How to build and install: >> https://github.com/apache/datasketches-postgresql/blob/1.4.0-rc2/README.md >> >> >> This vote will remain open for at least 72 hours and at least 3 (+1) >> PMC votes or a majority of (+1) are acquired. >> >> >> Please vote accordingly: >> >> >> [ ] +1 approve >> >> [ ] +0 no opinion >> >> [ ] -1 disapprove with the reason >> >> >> Thank you. >> >> Alexander Saydakov >> >> [email protected] >> >
