From cf955f6f06675add9e13809d289555d535710b9c Mon Sep 17 00:00:00 2001 From: Jason Boyer Date: Thu, 24 Feb 2022 07:02:59 -0500 Subject: [PATCH] Update pgtap version to deal with pg10+ Some installcheck tests fail for 0.97.0 because of insert / select ordering, similar to issues we saw with Concerto in 10+. Signed-off-by: Jason Boyer --- installer/stretch/eg_stretch_installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/stretch/eg_stretch_installer.sh b/installer/stretch/eg_stretch_installer.sh index 03c76d861..4c6be8dd3 100755 --- a/installer/stretch/eg_stretch_installer.sh +++ b/installer/stretch/eg_stretch_installer.sh @@ -908,7 +908,7 @@ function evergreen_db_create { echo Return Value = $? echo Installing pgtap - PG_TAP_VER="0.97.0" + PG_TAP_VER="1.2.0" wget -N http://api.pgxn.org/dist/pgtap/$PG_TAP_VER/pgtap-$PG_TAP_VER.zip \ && unzip pgtap-$PG_TAP_VER.zip \ && cd pgtap-$PG_TAP_VER \ -- 2.11.0