GitHub user edespino opened a pull request:
https://github.com/apache/incubator-hawq/pull/1091
HAWQ-1277. Fix build problem on CentOS 7, with --with-plperl.
Please see HAWQ-1277 for additional details.
This fix was originally backported from PostgreSQL to the Greenplum DB
master branch a year ago by Heikki Linnakangas<https://github.com/hlinnaka>
(Original PostgreSQL committer Andrew Dunstan
<[email protected]<mailto:[email protected]>>):
https://github.com/greenplum-db/gpdb/commit/f493756a5ac8a90ff1d5e3b84f38a153c9f80b9c#diff-97d34e5e3684082069b6c85876df9107
See earlier discussion on this on pgsql-hackers, message-id
[email protected]. We'd get this fix
eventually as we merge with later PostgreSQL versions, but let's make life
easier for people hitting this issue now.
This is a backpatch of the following upstream commit, sans the MSVC build
parts, as I have no environment to test that and we don't support Windows
anyway. We'll get the MSVC parts later, as we merge.
commit ba00ab0b111a0cbbac612e8ea8b0d5f96534102e
Author: Andrew Dunstan <[email protected]>
Date: Sat Nov 26 15:22:32 2011 -0500
Use the preferred version of xsubpp, not necessarily the one that came
with the
distro version of perl.
David Wheeler and Alex Hunsaker.
Backpatch to 9.1 where it applies cleanly. A simple workaround is
available for earlier
branches, and further effort doesn't seem warranted.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/edespino/incubator-hawq HAWQ-1277
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-hawq/pull/1091.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 #1091
----
commit 1aa7e59d57b164bd7d85f9d7b7aba3977679324b
Author: Ed Espino <[email protected]>
Date: 2017-01-17T02:55:18Z
HAWQ-1277. Fix build problem on CentOS 7, with --with-plperl.
See earlier discussion on this on pgsql-hackers, message-id
[email protected]. We'd get this fix
eventually as we merge with later PostgreSQL versions, but let's make life
easier for people hitting this issue now.
This is a backpatch of the following upstream commit, sans the MSVC build
parts, as I have no environment to test that and we don't support Windows
anyway. We'll get the MSVC parts later, as we merge.
commit ba00ab0b111a0cbbac612e8ea8b0d5f96534102e
Author: Andrew Dunstan <[email protected]>
Date: Sat Nov 26 15:22:32 2011 -0500
Use the preferred version of xsubpp, not necessarily the one that came
with the
distro version of perl.
David Wheeler and Alex Hunsaker.
Backpatch to 9.1 where it applies cleanly. A simple workaround is
available for earlier
branches, and further effort doesn't seem warranted.
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---