GitHub user orhankislal opened a pull request:

    https://github.com/apache/madlib/pull/339

    Build: Add PG11 Support

    JIRA: MADLIB-1283
    
    PG11 support required a number of minor changes in the code.
    - Change TRUE/FALSE to true/false
    - Use TupleDescAttr function instead of direct access.
    - Use prokind column instead of proisagg.
    
    We also added a function to check if the PG version is earlier than 11
    as well as the necessary cmake files.

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

    $ git pull https://github.com/madlib/madlib build/pg-11-support

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

    https://github.com/apache/madlib/pull/339.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 #339
    
----
commit b63303c5bbcebeb82ab03694e4b3dade7d1827ab
Author: Orhan Kislal <okislal@...>
Date:   2018-11-19T16:02:53Z

    Build: Add PG11 Support
    
    JIRA: MADLIB-1283
    
    PG11 support required a number of minor changes in the code.
    - Change TRUE/FALSE to true/false
    - Use TupleDescAttr function instead of direct access.
    - Use prokind column instead of proisagg.
    
    We also added a function to check if the PG version is earlier than 11
    as well as the necessary cmake files.

----


---

Reply via email to