6 Commits

Author SHA1 Message Date
bzhaoop
e956e74705 Avoid private libs explore in public
The spec automaticlly provides the libpq.so which is the same with postgresql-libs package.

In public area, it should not find 2 or more packages provide the same lib.

So this might break the downstream dependencies which using pkgconfig(libpq).
For this reason, we hide the gpdb private libs.
2021-08-26 07:53:54 +00:00
peifengq
25a8e4c619 Run full regress conditionally
When FULL_REGRESS environment variable is set to 1 run whole
installcheck-world regres test suite.
2021-08-12 16:47:58 +08:00
peifengq
a53a739232 Add test report for gpdb 6.17.0
Test can be executed by "make installcheck-world" after applying
all source patches.
2021-08-11 04:05:40 +00:00
bzhaoop
dfe2939452 Fix the left project yaml file
1. Fix project yaml file
2. Fix the release number
2021-07-26 17:11:40 +08:00
peifengq
949a1ef52e fix 2021-07-21 14:50:32 +00:00
peifengq
7914017577 Add open source gpdb 6.17.0
Add rpmbuild spec, patches, and startup scripts for open source
gpdb 6.17.0.
2021-07-21 12:55:09 +00:00