GitHub user iyerr3 opened a pull request:
https://github.com/apache/madlib/pull/203
Build: Create single binary for all PG10 versions
JIRA: MADLIB-1179
Postgresql starting 10.0 is switching to semantic versioning (see
https://www.postgresql.org/support/versioning). Hence, we can build a
single MADlib binary that supports all 10.x PG versions.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/iyerr3/incubator-madlib infra/pg_10_x
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/madlib/pull/203.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 #203
----
commit 5bc5bbb508cda10fbe858dffca3e65b8b5aeb5b2
Author: Rahul Iyer <[email protected]>
Date: 2017-11-16T22:29:30Z
Build: Create single binary for all PG10 versions
JIRA: MADLIB-1179
Postgresql starting 10.0 is switching to semantic versioning (see
https://www.postgresql.org/support/versioning). Hence, we can build a
single MADlib binary that supports all 10.x PG versions.
----
---