GitHub user snaga opened a pull request:

    https://github.com/apache/incubator-madlib/pull/57

    Add PostgreSQL 9.5 and 9.6 support.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/snaga/incubator-madlib v1.9-pg96

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-madlib/pull/57.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #57
    
----
commit 6141b29c9b6e8ec714d172a3a12ab5ba70e64946
Author: Satoshi Nagayasu <sn...@uptime.jp>
Date:   2016-07-19T10:06:24Z

    Add PostgreSQL 9.5 support.
    
    Add CMakeLists.txt and FindPostgreSQL_9_5.cmake to allow
    building with PostgreSQL 9.5.

commit fae02ba6bba7b2fc646772387066ea698ef6a67c
Author: Satoshi Nagayasu <sn...@uptime.jp>
Date:   2016-07-19T10:16:01Z

    Fix to remove madlib.array_agg() in 9.5 or later.
    
    pg_catalog.array_agg() which can take 'anyarray' as an argument
    is added in 9.5, so the compatibility function madlib.array_agg()
    is no longer needed in 9.5 or later.
    
    See the 9.5 release note for more information.
    https://www.postgresql.org/docs/9.5/static/release-9-5.html#AEN127021

commit 18687cead8ba96f75344e2dcac0b0d2480eecf91
Author: Satoshi Nagayasu <sn...@uptime.jp>
Date:   2016-07-19T10:22:22Z

    Add PostgreSQL 9.6 support.
    
    Add CMakeLists.txt and FindPostgreSQL_9_6.cmake to allow
    building with PostgreSQL 9.6.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to