Skip to content

Commit

Permalink
Merge branch 'release/0.7.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmp85 committed Aug 16, 2018
2 parents 334827e + 54e3557 commit ad4f582
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### citustools v0.7.9 (August 15, 2018) ###

* Update PG11 build to use `REL_11_STABLE`, not `master`

### citustools v0.7.8 (July 02, 2018) ###

* Install contrib packages during travis tests
Expand Down
4 changes: 2 additions & 2 deletions travis/install_custom_pg
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ if [ "$(ls -A postgresql)" ]; then
git -C postgresql pull
else
pgmajornum="${PGVERSION%%.*}"
if [ "${pgmajornum}" -gt '10' ]; then
# ten is highest stable build; use master for higher
if [ "${pgmajornum}" -gt '11' ]; then
# eleven is highest stable build; use master for higher
gitref="master"
elif [ "${pgmajornum}" -gt '9' ]; then
gitref="REL_${PGVERSION}_STABLE"
Expand Down

0 comments on commit ad4f582

Please sign in to comment.