This is an automated email from the ASF dual-hosted git repository.

alsay pushed a change to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-datasketches-postgresql.git.


    from 524521b  KLL and Frequent Strings merge examples
     add e0f508b  GCC 4.8.5 compatibility
     new 3b553ef  Merge pull request #7 from apache/gcc_4_8_5

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile                                           |  2 +-
 src/allocator.h                                    |  9 ++-
 src/common.c                                       | 26 ++++++-
 src/cpc_sketch_c_adapter.cpp                       | 26 +++----
 src/frequent_strings_sketch_c_adapter.cpp          | 37 ++++++----
 src/frequent_strings_sketch_c_adapter.h            |  9 ++-
 src/frequent_strings_sketch_pg_functions.c         |  7 +-
 src/hll_sketch_c_adapter.cpp                       | 58 +++++++++-------
 src/hll_sketch_c_adapter.h                         | 11 +--
 src/hll_sketch_pg_functions.c                      | 24 ++++---
 src/kll_float_sketch_c_adapter.cpp                 | 56 +++++++++------
 src/kll_float_sketch_c_adapter.h                   | 15 ++--
 src/kll_float_sketch_pg_functions.c                | 12 ++--
 ..._sketch_c_adapter.h => postgres_h_substitute.h} | 35 +++++-----
 src/theta_sketch_c_adapter.cpp                     | 81 ++++++++++++----------
 src/theta_sketch_c_adapter.h                       | 11 +--
 src/theta_sketch_pg_functions.c                    | 37 +++++-----
 17 files changed, 274 insertions(+), 182 deletions(-)
 copy src/{cpc_sketch_c_adapter.h => postgres_h_substitute.h} (51%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to