You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by al...@apache.org on 2019/07/03 19:55:27 UTC

[incubator-datasketches-postgresql] branch master updated (524521b -> 3b553ef)

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: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org


[incubator-datasketches-postgresql] 01/01: Merge pull request #7 from apache/gcc_4_8_5

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 3b553ef4dc7d2c988c41ab56695c5b082d3ce308
Merge: 524521b e0f508b
Author: Alexander Saydakov <13...@users.noreply.github.com>
AuthorDate: Wed Jul 3 12:55:23 2019 -0700

    Merge pull request #7 from apache/gcc_4_8_5
    
    GCC 4.8.5 compatibility

 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 +++--
 src/postgres_h_substitute.h                | 49 ++++++++++++++++++
 src/theta_sketch_c_adapter.cpp             | 81 +++++++++++++++++-------------
 src/theta_sketch_c_adapter.h               | 11 ++--
 src/theta_sketch_pg_functions.c            | 37 ++++++++------
 17 files changed, 306 insertions(+), 164 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org