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 2021/01/26 21:31:33 UTC

[datasketches-postgresql] branch master updated (a46db60 -> c4b0630)

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/datasketches-postgresql.git.


    from a46db60  Merge pull request #32 from apache/graduation
     add 77b8dd9  better handling of optional args
     new c4b0630  Merge pull request #33 from apache/pg_nargs

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:
 src/aod_sketch_pg_functions.c              | 17 +++++++----------
 src/cpc_sketch_pg_functions.c              |  8 ++++----
 src/frequent_strings_sketch_pg_functions.c | 18 +++---------------
 src/hll_sketch_pg_functions.c              | 17 ++++++++---------
 src/kll_float_sketch_pg_functions.c        |  8 ++++----
 src/theta_sketch_pg_functions.c            |  8 ++++----
 6 files changed, 30 insertions(+), 46 deletions(-)


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


[datasketches-postgresql] 01/01: Merge pull request #33 from apache/pg_nargs

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/datasketches-postgresql.git

commit c4b0630f0fbb5703c454ddc41ea88dec51f0128f
Merge: a46db60 77b8dd9
Author: Alexander Saydakov <13...@users.noreply.github.com>
AuthorDate: Tue Jan 26 13:31:23 2021 -0800

    Merge pull request #33 from apache/pg_nargs
    
    better handling of optional args

 src/aod_sketch_pg_functions.c              | 17 +++++++----------
 src/cpc_sketch_pg_functions.c              |  8 ++++----
 src/frequent_strings_sketch_pg_functions.c | 18 +++---------------
 src/hll_sketch_pg_functions.c              | 17 ++++++++---------
 src/kll_float_sketch_pg_functions.c        |  8 ++++----
 src/theta_sketch_pg_functions.c            |  8 ++++----
 6 files changed, 30 insertions(+), 46 deletions(-)


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