Skip to content

Commit

Permalink
use REL_11_STABLE for pg11
Browse files Browse the repository at this point in the history
  • Loading branch information
thanodnl authored and jasonmp85 committed Aug 16, 2018
1 parent ab2db2a commit 37bdcb4
Showing 1 changed file with 2 additions and 2 deletions.
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 37bdcb4

Please sign in to comment.