Bump minimum version for ABI test to 9.6.2

We need the function `convert_tuples_by_name_map` which only
appears in 9.6.2.
This commit is contained in:
Matvey Arye 2018-06-23 11:21:57 -04:00 committed by RobAtticus
parent 2e1f3b9fd0
commit ff1ab457e7

View File

@ -43,7 +43,8 @@ jobs:
- if: type = cron
stage: test
script:
- PG_MAJOR=9.6 PG_MINOR_COMPILE=1 bash -x ./scripts/docker-run-abi-test.sh
# Versions <=9.6.1 is missing function `convert_tuples_by_name_map` needed by our code
- PG_MAJOR=9.6 PG_MINOR_COMPILE=2 bash -x ./scripts/docker-run-abi-test.sh
- stage: test
env: