HAWQ-1647. Update HAWQ version to 2.4.0.0 - Update HAWQ version from 2.3.0.0 to 2.4.0.0. - Removed incubating/incubator strings from HAWQ versions.
Project: http://git-wip-us.apache.org/repos/asf/hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/hawq/commit/bd6196f4 Tree: http://git-wip-us.apache.org/repos/asf/hawq/tree/bd6196f4 Diff: http://git-wip-us.apache.org/repos/asf/hawq/diff/bd6196f4 Branch: refs/heads/2.4.0.0 Commit: bd6196f487c8028f3eca0f56509fe9d718ee31c6 Parents: 59133ea Author: rlei <[email protected]> Authored: Tue Aug 7 17:43:23 2018 +0800 Committer: rlei <[email protected]> Committed: Fri Sep 7 10:54:51 2018 +0800 ---------------------------------------------------------------------- LICENSE | 4 +- NOTICE | 2 +- README.md | 12 +- contrib/hawq-ambari-plugin/README.md | 4 +- contrib/hawq-ambari-plugin/build.properties | 4 +- contrib/hawq-ambari-plugin/pom.xml | 2 +- contrib/hawq-docker/README.md | 6 +- contrib/hawq-package/README | 6 +- contrib/hawq-package/build_hawq_rpm.sh | 2 +- contrib/hawq-package/hawq.spec | 10 +- contrib/hawq-package/make_rpm_tarball.sh | 6 +- dist/hawq/LICENSE | 4 +- dist/hawq/NOTICE | 2 +- getversion | 2 +- pom.xml | 2 +- pxf/resources/META-INF/LICENSE | 8 +- pxf/resources/META-INF/NOTICE | 2 +- ranger-plugin/admin-plugin/pom.xml | 2 +- ranger-plugin/integration/admin/pom.xml | 2 +- ranger-plugin/integration/pom.xml | 2 +- ranger-plugin/integration/service/pom.xml | 2 +- ranger-plugin/pom.xml | 2 +- ranger-plugin/service/pom.xml | 2 +- src/include/catalog/calico.pl | 2 +- src/include/catalog/caqltrack.pl | 2 +- src/include/catalog/caqluniqdef.pl | 2 +- src/include/catalog/catullus.pl | 2 +- src/include/catalog/pablopcatso.pl | 2 +- src/include/catalog/sleazy.pl | 2 +- src/include/catalog/tidycat.pl | 2 +- src/test/regress/atmsort.pl | 2 +- src/test/regress/dld.pl | 2 +- src/test/regress/explain.pl | 2 +- src/test/regress/get_ereport.pl | 2 +- src/test/regress/gpdiff.pl | 2 +- src/test/regress/gpexclude.pl | 2 +- src/test/regress/gpsourcify.pl | 2 +- src/test/regress/gpstringsubs.pl | 2 +- src/test/regress/gptorment.pl | 2 +- src/test/regress/upg2_wizard.pl | 2 +- tools/bin/gppylib/data/2.4.json | 10458 +++++++++++++++++++++ tools/bin/gpsd | 2 +- 42 files changed, 10521 insertions(+), 63 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hawq/blob/bd6196f4/LICENSE ---------------------------------------------------------------------- diff --git a/LICENSE b/LICENSE index fe6ad1a..13edf22 100644 --- a/LICENSE +++ b/LICENSE @@ -202,9 +202,9 @@ ======================================================================= -Apache HAWQ (incubating) Subcomponents: +Apache HAWQ Subcomponents: - The Apache HAWQ (incubating) project contains subcomponents with + The Apache HAWQ project contains subcomponents with separate copyright notices and license terms. Your use of the source code for these subcomponents is subject to the terms and conditions of the following licenses. http://git-wip-us.apache.org/repos/asf/hawq/blob/bd6196f4/NOTICE ---------------------------------------------------------------------- diff --git a/NOTICE b/NOTICE index 1b1b2e7..20ee60c 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ -Apache HAWQ (incubating) +Apache HAWQ Copyright 2017 The Apache Software Foundation. This product includes software developed at http://git-wip-us.apache.org/repos/asf/hawq/blob/bd6196f4/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 3e1333c..3e39cec 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,20 @@ - + --- |CI Process|Status| |---|---| -|Travis CI Build|[](https://travis-ci.org/apache/incubator-hawq?branch=master)| +|Travis CI Build|[](https://travis-ci.org/apache/hawq?branch=master)| |Apache Release Audit Tool ([RAT](https://creadur.apache.org/rat/))|[](https://builds.apache.org/view/HAWQ/job/HAWQ-rat/)| |Coverity Static Analysis |[](https://scan.coverity.com/projects/apache-incubator-hawq)| --- -[Website](http://hawq.incubator.apache.org/) | +[Website](http://hawq.apache.org/) | [Wiki](https://cwiki.apache.org/confluence/display/HAWQ) | -[Documentation](http://hawq.incubator.apache.org/docs/userguide/2.1.0.0-incubating/overview/HAWQOverview.html) | -[Developer Mailing List](mailto:[email protected]) | -[User Mailing List](mailto:[email protected]) | +[Documentation](http://hawq.apache.org/docs/userguide/latest/) | +[Developer Mailing List](mailto:[email protected]) | +[User Mailing List](mailto:[email protected]) | [Q&A Collections](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=65144284) | [Open Defect](https://issues.apache.org/jira/browse/HAWQ) http://git-wip-us.apache.org/repos/asf/hawq/blob/bd6196f4/contrib/hawq-ambari-plugin/README.md ---------------------------------------------------------------------- diff --git a/contrib/hawq-ambari-plugin/README.md b/contrib/hawq-ambari-plugin/README.md index 5aac4e0..11770b4 100644 --- a/contrib/hawq-ambari-plugin/README.md +++ b/contrib/hawq-ambari-plugin/README.md @@ -57,7 +57,7 @@ Properties specified in the [build.properties](build.properties) file: To build the rpm for hawq-ambari-plugin, change the [build.properties](build.properties) file with the required parameters and run ```mvn install``` command under hawq-ambari-plugin directory: ``` $ pwd -incubator-hawq/contrib/hawq-ambari-plugin +hawq/contrib/hawq-ambari-plugin $ mvn clean resources:copy-resources rpm:rpm -Dbuild_number=1 ``` @@ -95,4 +95,4 @@ $ ./add-hawq.py --user <ambari-username> --password <ambari-password> --stack HD **Please restart ambari-server after running the script so that the changes take effect:** ``` $ ambari-server restart -``` \ No newline at end of file +``` http://git-wip-us.apache.org/repos/asf/hawq/blob/bd6196f4/contrib/hawq-ambari-plugin/build.properties ---------------------------------------------------------------------- diff --git a/contrib/hawq-ambari-plugin/build.properties b/contrib/hawq-ambari-plugin/build.properties index e9b092f..3b8747f 100644 --- a/contrib/hawq-ambari-plugin/build.properties +++ b/contrib/hawq-ambari-plugin/build.properties @@ -1,8 +1,8 @@ -hawq.release.version=2.3.0 +hawq.release.version=2.4.0 hawq.common.services.version=2.0.0 pxf.release.version=3.2.1 pxf.common.services.version=3.0.0 hawq.repo.prefix=hawq hawq.addons.repo.prefix=hawq-add-ons -repository.version=2.3.0.0 +repository.version=2.4.0.0 default.stack=HDP-2.5 http://git-wip-us.apache.org/repos/asf/hawq/blob/bd6196f4/contrib/hawq-ambari-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/hawq-ambari-plugin/pom.xml b/contrib/hawq-ambari-plugin/pom.xml index 94dd440..0f0f390 100644 --- a/contrib/hawq-ambari-plugin/pom.xml +++ b/contrib/hawq-ambari-plugin/pom.xml @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.hawq</groupId> <artifactId>hawq-ambari-plugin</artifactId> - <version>2.3.0.0</version> + <version>2.4.0.0</version> <name>hawq-ambari-plugin</name> <url>http://maven.apache.org</url> http://git-wip-us.apache.org/repos/asf/hawq/blob/bd6196f4/contrib/hawq-docker/README.md ---------------------------------------------------------------------- diff --git a/contrib/hawq-docker/README.md b/contrib/hawq-docker/README.md index 4adeaaf..4096d40 100644 --- a/contrib/hawq-docker/README.md +++ b/contrib/hawq-docker/README.md @@ -14,8 +14,8 @@ https://docs.docker.com/ # Setup build and test environment * clone hawq repository ``` -git clone https://github.com/apache/incubator-hawq.git . -cd incubator-hawq/contrib/hawq-docker +git clone https://github.com/apache/hawq.git . +cd hawq/contrib/hawq-docker ``` * Get the docker images ``` @@ -51,7 +51,7 @@ sudo -u hdfs hdfs dfsadmin -report ``` * clone Apache HAWQ code to /data direcotry ``` -git clone https://github.com/apache/incubator-hawq.git /data/hawq +git clone https://github.com/apache/hawq.git /data/hawq ``` * build Apache HAWQ ``` http://git-wip-us.apache.org/repos/asf/hawq/blob/bd6196f4/contrib/hawq-package/README ---------------------------------------------------------------------- diff --git a/contrib/hawq-package/README b/contrib/hawq-package/README index 8fb34fd..bcd2add 100644 --- a/contrib/hawq-package/README +++ b/contrib/hawq-package/README @@ -20,9 +20,9 @@ Build HAWQ rpm package tarball steps: 1. Prepare a HAWQ source code tarball for rpm building. a) Make sure the source code tarball name format is: - apache-hawq-src-%{hawq_version}-incubating.tar.gz + apache-hawq-src-%{hawq_version}-.tar.gz b) Make sure the extracted directory name format is: - apache-hawq-src-%{hawq_version}-incubating + apache-hawq-src-%{hawq_version} c) Put the HAWQ source tarball to %{top_dir}/contrib/hawq-package folder. Or use "HAWQ_SOURCE_TARBALL_PATH" to specify the find path of HAWQ source tarball. @@ -35,4 +35,4 @@ Build HAWQ rpm package tarball steps: You can set environment variable "HAWQ_RELEASE_VERSION" to specify HAWQ version. 5. You can find HAWQ/PXF/Ranger-plugin rpms tarball as: - %{top_dir}/contrib/hawq-package/apache-hawq-rpm-%{hawq_version}-incubating.tar.gz + %{top_dir}/contrib/hawq-package/apache-hawq-rpm-%{hawq_version}.tar.gz http://git-wip-us.apache.org/repos/asf/hawq/blob/bd6196f4/contrib/hawq-package/build_hawq_rpm.sh ---------------------------------------------------------------------- diff --git a/contrib/hawq-package/build_hawq_rpm.sh b/contrib/hawq-package/build_hawq_rpm.sh index c3c3309..7b569b4 100755 --- a/contrib/hawq-package/build_hawq_rpm.sh +++ b/contrib/hawq-package/build_hawq_rpm.sh @@ -45,7 +45,7 @@ mkdir -p rpmbuild/BUILD rpmbuild/RPMS rpmbuild/SOURCES rpmbuild/SPECS rpmbuild/S # Copy HAWQ RPM configuration file for the build cp hawq.spec rpmbuild/SPECS/ -HAWQ_SOURCE_TARBALL_FILE=apache-hawq-src-${HAWQ_RELEASE_VERSION}-incubating.tar.gz +HAWQ_SOURCE_TARBALL_FILE=apache-hawq-src-${HAWQ_RELEASE_VERSION}.tar.gz # Get PATH where to find HAWQ source code tarball if [ -z ${HAWQ_SOURCE_TARBALL_PATH} ]; then http://git-wip-us.apache.org/repos/asf/hawq/blob/bd6196f4/contrib/hawq-package/hawq.spec ---------------------------------------------------------------------- diff --git a/contrib/hawq-package/hawq.spec b/contrib/hawq-package/hawq.spec index 0e335bd..e33eb4a 100644 --- a/contrib/hawq-package/hawq.spec +++ b/contrib/hawq-package/hawq.spec @@ -25,15 +25,15 @@ %define installdir /usr/local/%{name} Name: apache-hawq -Summary: Hadoop Native SQL powered by Apache HAWQ (incubating) +Summary: Hadoop Native SQL powered by Apache HAWQ Version: %{hawq_version} Release: %{rpm_os_version} License: ASL 2.0 Group: Applications/Databases -URL: http://hawq.incubator.apache.org +URL: http://hawq.apache.org Prefix: /usr/local BuildArch: %{arch} -SOURCE0 : apache-hawq-src-%{hawq_version}-incubating.tar.gz +SOURCE0 : apache-hawq-src-%{hawq_version}.tar.gz Requires: libgsasl, krb5-libs, libicu, protobuf >= 2.5.0, json-c >= 0.9, net-snmp-libs, thrift >= 0.9.1, boost >= 1.53.0 %if %{rpm_os_version} == el6 Requires: openssl @@ -45,7 +45,7 @@ Requires(pre): shadow-utils AutoReqProv: no %description -Apache HAWQ (incubating) combines exceptional MPP-based analytics +Apache HAWQ combines exceptional MPP-based analytics performance, robust ANSI SQL compliance, Hadoop ecosystem integration and manageability, and flexible data-store format support, all natively in Hadoop, no connectors required. @@ -56,7 +56,7 @@ source Greenplum® Database and PostgreSQL, HAWQ enables you to swiftly and interactively query Hadoop data, natively via HDFS. %prep -%setup -n %{name}-src-%{version}-incubating +%setup -n %{name}-src-%{version} %build export CFLAGS="-O3 -g" http://git-wip-us.apache.org/repos/asf/hawq/blob/bd6196f4/contrib/hawq-package/make_rpm_tarball.sh ---------------------------------------------------------------------- diff --git a/contrib/hawq-package/make_rpm_tarball.sh b/contrib/hawq-package/make_rpm_tarball.sh index 8501534..33ca573 100755 --- a/contrib/hawq-package/make_rpm_tarball.sh +++ b/contrib/hawq-package/make_rpm_tarball.sh @@ -69,15 +69,15 @@ echo "Copied all the HAWQ/PXF/Range-plugin rpm packages." ls ${RPM_PKG_DIR}/ # Make tarball for all the HAWQ/PXF/RANGER rpms -tar czvf apache-hawq-rpm-${HAWQ_RELEASE_VERSION}-incubating.tar.gz hawq_rpm_packages +tar czvf apache-hawq-rpm-${HAWQ_RELEASE_VERSION}.tar.gz hawq_rpm_packages if [ $? != 0 ]; then echo "Make HAWQ/PXF/Ranger-plugin rpm tarball failed." exit $? else echo "Make HAWQ/PXF/Ranger-plugin rpm tarball successfully." echo "You can find the rpm binary tarball at:" - echo "${CUR_DIR}/apache-hawq-rpm-${HAWQ_RELEASE_VERSION}-incubating.tar.gz" - ls -l apache-hawq-rpm-${HAWQ_RELEASE_VERSION}-incubating.tar.gz + echo "${CUR_DIR}/apache-hawq-rpm-${HAWQ_RELEASE_VERSION}.tar.gz" + ls -l apache-hawq-rpm-${HAWQ_RELEASE_VERSION}.tar.gz fi exit 0 http://git-wip-us.apache.org/repos/asf/hawq/blob/bd6196f4/dist/hawq/LICENSE ---------------------------------------------------------------------- diff --git a/dist/hawq/LICENSE b/dist/hawq/LICENSE index 3da3ea4..be8d1f2 100644 --- a/dist/hawq/LICENSE +++ b/dist/hawq/LICENSE @@ -202,9 +202,9 @@ ======================================================================= -Apache HAWQ (incubating) Subcomponents: +Apache HAWQ Subcomponents: - The Apache HAWQ (incubating) project contains subcomponents with + The Apache HAWQ project contains subcomponents with separate copyright notices and license terms. Your use of the source code for these subcomponents is subject to the terms and conditions of the following licenses. http://git-wip-us.apache.org/repos/asf/hawq/blob/bd6196f4/dist/hawq/NOTICE ---------------------------------------------------------------------- diff --git a/dist/hawq/NOTICE b/dist/hawq/NOTICE index 1b1b2e7..20ee60c 100644 --- a/dist/hawq/NOTICE +++ b/dist/hawq/NOTICE @@ -1,4 +1,4 @@ -Apache HAWQ (incubating) +Apache HAWQ Copyright 2017 The Apache Software Foundation. This product includes software developed at http://git-wip-us.apache.org/repos/asf/hawq/blob/bd6196f4/getversion ---------------------------------------------------------------------- diff --git a/getversion b/getversion index 081299c..a24d8ba 100755 --- a/getversion +++ b/getversion @@ -18,7 +18,7 @@ # under the License. # -GP_VERSION="2.3.0.0-incubating" +GP_VERSION="2.4.0.0" GP_BUILDNUMBER=dev if [ -f BUILD_NUMBER ] ; then http://git-wip-us.apache.org/repos/asf/hawq/blob/bd6196f4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0c197da..3daeb48 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <groupId>org.apache.hawq</groupId> <artifactId>hawq</artifactId> - <version>2.3</version> + <version>2.4</version> <packaging>pom</packaging> <build> http://git-wip-us.apache.org/repos/asf/hawq/blob/bd6196f4/pxf/resources/META-INF/LICENSE ---------------------------------------------------------------------- diff --git a/pxf/resources/META-INF/LICENSE b/pxf/resources/META-INF/LICENSE index fed4f91..39eee4c 100644 --- a/pxf/resources/META-INF/LICENSE +++ b/pxf/resources/META-INF/LICENSE @@ -202,7 +202,7 @@ ======================================================================= -Apache HAWQ (incubating) - contained works supporting PXF components: +Apache HAWQ - contained works supporting PXF components: This product contains additional works that are distributed under Apache License, Version 2.0 (ALv2). @@ -211,9 +211,9 @@ Apache License, Version 2.0 (ALv2). ======================================================================= -Apache HAWQ (incubating) PXF runtime dependent subcomponents: +Apache HAWQ PXF runtime dependent subcomponents: - The Apache HAWQ (incubating) project contains PXF. It is an + The Apache HAWQ project contains PXF. It is an extensible framework that allows HAWQ to query external data files, whose metadata is not managed by HAWQ. PXF includes built-in connectors for accessing data that exists inside HDFS files, Hive @@ -377,4 +377,4 @@ Apache HAWQ (incubating) PXF runtime dependent subcomponents: xmlenc, 0.52 xz, 1.0 zookeeper, 3.4.6 - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/hawq/blob/bd6196f4/pxf/resources/META-INF/NOTICE ---------------------------------------------------------------------- diff --git a/pxf/resources/META-INF/NOTICE b/pxf/resources/META-INF/NOTICE index 20c48bd..b299bc6 100644 --- a/pxf/resources/META-INF/NOTICE +++ b/pxf/resources/META-INF/NOTICE @@ -1,4 +1,4 @@ -Apache HAWQ (incubating) +Apache HAWQ Copyright 2017 The Apache Software Foundation. This product includes software developed at http://git-wip-us.apache.org/repos/asf/hawq/blob/bd6196f4/ranger-plugin/admin-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/ranger-plugin/admin-plugin/pom.xml b/ranger-plugin/admin-plugin/pom.xml index 19a10ec..a8fc6c3 100644 --- a/ranger-plugin/admin-plugin/pom.xml +++ b/ranger-plugin/admin-plugin/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.hawq</groupId> <artifactId>ranger-plugin</artifactId> - <version>2.3.0.0</version> + <version>2.4.0.0</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/hawq/blob/bd6196f4/ranger-plugin/integration/admin/pom.xml ---------------------------------------------------------------------- diff --git a/ranger-plugin/integration/admin/pom.xml b/ranger-plugin/integration/admin/pom.xml index 152e4da..3552f37 100644 --- a/ranger-plugin/integration/admin/pom.xml +++ b/ranger-plugin/integration/admin/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.hawq</groupId> <artifactId>ranger-plugin-integration</artifactId> - <version>2.3.0.0</version> + <version>2.4.0.0</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/hawq/blob/bd6196f4/ranger-plugin/integration/pom.xml ---------------------------------------------------------------------- diff --git a/ranger-plugin/integration/pom.xml b/ranger-plugin/integration/pom.xml index fb5eff3..c8ae6ab 100644 --- a/ranger-plugin/integration/pom.xml +++ b/ranger-plugin/integration/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.hawq</groupId> <artifactId>ranger-plugin</artifactId> - <version>2.3.0.0</version> + <version>2.4.0.0</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/hawq/blob/bd6196f4/ranger-plugin/integration/service/pom.xml ---------------------------------------------------------------------- diff --git a/ranger-plugin/integration/service/pom.xml b/ranger-plugin/integration/service/pom.xml index 6616a29..6c50138 100644 --- a/ranger-plugin/integration/service/pom.xml +++ b/ranger-plugin/integration/service/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.hawq</groupId> <artifactId>ranger-plugin-integration</artifactId> - <version>2.3.0.0</version> + <version>2.4.0.0</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/hawq/blob/bd6196f4/ranger-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/ranger-plugin/pom.xml b/ranger-plugin/pom.xml index ccc8f82..8bbeb33 100644 --- a/ranger-plugin/pom.xml +++ b/ranger-plugin/pom.xml @@ -22,7 +22,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.hawq</groupId> <artifactId>ranger-plugin</artifactId> - <version>2.3.0.0</version> + <version>2.4.0.0</version> <packaging>pom</packaging> <name>HAWQ Ranger Plugin</name> <description>HAWQ Ranger Plugin</description> http://git-wip-us.apache.org/repos/asf/hawq/blob/bd6196f4/ranger-plugin/service/pom.xml ---------------------------------------------------------------------- diff --git a/ranger-plugin/service/pom.xml b/ranger-plugin/service/pom.xml index b79aa2d..fd45d01 100644 --- a/ranger-plugin/service/pom.xml +++ b/ranger-plugin/service/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.hawq</groupId> <artifactId>ranger-plugin</artifactId> - <version>2.3.0.0</version> + <version>2.4.0.0</version> <relativePath>..</relativePath> </parent> <build> http://git-wip-us.apache.org/repos/asf/hawq/blob/bd6196f4/src/include/catalog/calico.pl ---------------------------------------------------------------------- diff --git a/src/include/catalog/calico.pl b/src/include/catalog/calico.pl index 8ec35d7..91f59de 100755 --- a/src/include/catalog/calico.pl +++ b/src/include/catalog/calico.pl @@ -191,7 +191,7 @@ Need to restructure the catalog to eliminate bloat. Apache HAWQ -Address bug reports and comments to: [email protected] +Address bug reports and comments to: [email protected] =cut # SLZY_POD_HDR_END http://git-wip-us.apache.org/repos/asf/hawq/blob/bd6196f4/src/include/catalog/caqltrack.pl ---------------------------------------------------------------------- diff --git a/src/include/catalog/caqltrack.pl b/src/include/catalog/caqltrack.pl index a2cc736..ab70e95 100755 --- a/src/include/catalog/caqltrack.pl +++ b/src/include/catalog/caqltrack.pl @@ -146,7 +146,7 @@ total unique query counts: Apache HAWQ -Address bug reports and comments to: [email protected] +Address bug reports and comments to: [email protected] =cut # SLZY_POD_HDR_END http://git-wip-us.apache.org/repos/asf/hawq/blob/bd6196f4/src/include/catalog/caqluniqdef.pl ---------------------------------------------------------------------- diff --git a/src/include/catalog/caqluniqdef.pl b/src/include/catalog/caqluniqdef.pl index e003e43..dc5b7f8 100755 --- a/src/include/catalog/caqluniqdef.pl +++ b/src/include/catalog/caqluniqdef.pl @@ -95,7 +95,7 @@ delimited flat file, suitable for input as an external table. Apache HAWQ -Address bug reports and comments to: [email protected] +Address bug reports and comments to: [email protected] =cut # SLZY_POD_HDR_END http://git-wip-us.apache.org/repos/asf/hawq/blob/bd6196f4/src/include/catalog/catullus.pl ---------------------------------------------------------------------- diff --git a/src/include/catalog/catullus.pl b/src/include/catalog/catullus.pl index 5b296ef..f0f3da5 100755 --- a/src/include/catalog/catullus.pl +++ b/src/include/catalog/catullus.pl @@ -115,7 +115,7 @@ pg_window. And operators and operator classes? Access methods? Casts? Apache HAWQ -Address bug reports and comments to: [email protected] +Address bug reports and comments to: [email protected] =cut # SLZY_POD_HDR_END http://git-wip-us.apache.org/repos/asf/hawq/blob/bd6196f4/src/include/catalog/pablopcatso.pl ---------------------------------------------------------------------- diff --git a/src/include/catalog/pablopcatso.pl b/src/include/catalog/pablopcatso.pl index d6b9a13..04cd8c3 100755 --- a/src/include/catalog/pablopcatso.pl +++ b/src/include/catalog/pablopcatso.pl @@ -135,7 +135,7 @@ pablopcatso generates .dot file output on stdout. Apache HAWQ -Address bug reports and comments to: [email protected] +Address bug reports and comments to: [email protected] =cut http://git-wip-us.apache.org/repos/asf/hawq/blob/bd6196f4/src/include/catalog/sleazy.pl ---------------------------------------------------------------------- diff --git a/src/include/catalog/sleazy.pl b/src/include/catalog/sleazy.pl index ff4c1cc..25906bb 100644 --- a/src/include/catalog/sleazy.pl +++ b/src/include/catalog/sleazy.pl @@ -277,7 +277,7 @@ then that value is used. Apache HAWQ -Address bug reports and comments to: [email protected] +Address bug reports and comments to: [email protected] =cut # SLZY_POD_HDR_END http://git-wip-us.apache.org/repos/asf/hawq/blob/bd6196f4/src/include/catalog/tidycat.pl ---------------------------------------------------------------------- diff --git a/src/include/catalog/tidycat.pl b/src/include/catalog/tidycat.pl index ce56496..1b381bc 100755 --- a/src/include/catalog/tidycat.pl +++ b/src/include/catalog/tidycat.pl @@ -327,7 +327,7 @@ directory. Apache HAWQ -Address bug reports and comments to: [email protected] +Address bug reports and comments to: [email protected] =cut # SLZY_POD_HDR_END http://git-wip-us.apache.org/repos/asf/hawq/blob/bd6196f4/src/test/regress/atmsort.pl ---------------------------------------------------------------------- diff --git a/src/test/regress/atmsort.pl b/src/test/regress/atmsort.pl index cddf43a..edcc58c 100755 --- a/src/test/regress/atmsort.pl +++ b/src/test/regress/atmsort.pl @@ -376,7 +376,7 @@ potential erroneous comparison. Apache HAWQ -Address bug reports and comments to: [email protected] +Address bug reports and comments to: [email protected] =cut http://git-wip-us.apache.org/repos/asf/hawq/blob/bd6196f4/src/test/regress/dld.pl ---------------------------------------------------------------------- diff --git a/src/test/regress/dld.pl b/src/test/regress/dld.pl index 45ff349..6317861 100755 --- a/src/test/regress/dld.pl +++ b/src/test/regress/dld.pl @@ -87,7 +87,7 @@ Substitute the correct "connect string" for your postgres database. Apache HAWQ -Address bug reports and comments to: [email protected] +Address bug reports and comments to: [email protected] =cut http://git-wip-us.apache.org/repos/asf/hawq/blob/bd6196f4/src/test/regress/explain.pl ---------------------------------------------------------------------- diff --git a/src/test/regress/explain.pl b/src/test/regress/explain.pl index 40a7e24..859b892 100755 --- a/src/test/regress/explain.pl +++ b/src/test/regress/explain.pl @@ -268,7 +268,7 @@ correctly identify the left and right children. Apache HAWQ -Address bug reports and comments to: [email protected] +Address bug reports and comments to: [email protected] =cut http://git-wip-us.apache.org/repos/asf/hawq/blob/bd6196f4/src/test/regress/get_ereport.pl ---------------------------------------------------------------------- diff --git a/src/test/regress/get_ereport.pl b/src/test/regress/get_ereport.pl index 2c11187..08c7b17 100755 --- a/src/test/regress/get_ereport.pl +++ b/src/test/regress/get_ereport.pl @@ -106,7 +106,7 @@ entries of level ERROR, WARNING, NOTICE, or FATAL. Apache HAWQ -Address bug reports and comments to: [email protected] +Address bug reports and comments to: [email protected] =cut http://git-wip-us.apache.org/repos/asf/hawq/blob/bd6196f4/src/test/regress/gpdiff.pl ---------------------------------------------------------------------- diff --git a/src/test/regress/gpdiff.pl b/src/test/regress/gpdiff.pl index 99e0063..29aa873 100755 --- a/src/test/regress/gpdiff.pl +++ b/src/test/regress/gpdiff.pl @@ -139,7 +139,7 @@ potential erroneous comparison. Apache HAWQ -Address bug reports and comments to: [email protected] +Address bug reports and comments to: [email protected] =cut http://git-wip-us.apache.org/repos/asf/hawq/blob/bd6196f4/src/test/regress/gpexclude.pl ---------------------------------------------------------------------- diff --git a/src/test/regress/gpexclude.pl b/src/test/regress/gpexclude.pl index 48d7e4f..eff145c 100755 --- a/src/test/regress/gpexclude.pl +++ b/src/test/regress/gpexclude.pl @@ -158,7 +158,7 @@ If the expression is TRUE, gpexclude will continue Apache HAWQ -Address bug reports and comments to: [email protected] +Address bug reports and comments to: [email protected] =cut http://git-wip-us.apache.org/repos/asf/hawq/blob/bd6196f4/src/test/regress/gpsourcify.pl ---------------------------------------------------------------------- diff --git a/src/test/regress/gpsourcify.pl b/src/test/regress/gpsourcify.pl index f0a8b0d..143beff 100755 --- a/src/test/regress/gpsourcify.pl +++ b/src/test/regress/gpsourcify.pl @@ -107,7 +107,7 @@ source directory references are less common, and usually followed by Apache HAWQ -Address bug reports and comments to: [email protected] +Address bug reports and comments to: [email protected] =cut http://git-wip-us.apache.org/repos/asf/hawq/blob/bd6196f4/src/test/regress/gpstringsubs.pl ---------------------------------------------------------------------- diff --git a/src/test/regress/gpstringsubs.pl b/src/test/regress/gpstringsubs.pl index cd8b75d..73b85ee 100755 --- a/src/test/regress/gpstringsubs.pl +++ b/src/test/regress/gpstringsubs.pl @@ -170,7 +170,7 @@ The tokens are: Apache HAWQ -Address bug reports and comments to: [email protected] +Address bug reports and comments to: [email protected] =cut http://git-wip-us.apache.org/repos/asf/hawq/blob/bd6196f4/src/test/regress/gptorment.pl ---------------------------------------------------------------------- diff --git a/src/test/regress/gptorment.pl b/src/test/regress/gptorment.pl index 978d150..86084f5 100755 --- a/src/test/regress/gptorment.pl +++ b/src/test/regress/gptorment.pl @@ -166,7 +166,7 @@ init, cleanup Apache HAWQ -Address bug reports and comments to: [email protected] +Address bug reports and comments to: [email protected] =cut http://git-wip-us.apache.org/repos/asf/hawq/blob/bd6196f4/src/test/regress/upg2_wizard.pl ---------------------------------------------------------------------- diff --git a/src/test/regress/upg2_wizard.pl b/src/test/regress/upg2_wizard.pl index 51904a8..877a62b 100755 --- a/src/test/regress/upg2_wizard.pl +++ b/src/test/regress/upg2_wizard.pl @@ -121,7 +121,7 @@ regression test in accordance with the UPG2_README guidelines. Apache HAWQ -Address bug reports and comments to: [email protected] +Address bug reports and comments to: [email protected] =cut
