Update pgtap version to deal with pg10+
authorJason Boyer <jboyer@equinoxOLI.org>
Thu, 24 Feb 2022 12:02:59 +0000 (07:02 -0500)
committerJason Boyer <jboyer@equinoxOLI.org>
Thu, 24 Feb 2022 12:02:59 +0000 (07:02 -0500)
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 <jboyer@equinoxOLI.org>
installer/stretch/eg_stretch_installer.sh

index 03c76d8..4c6be8d 100755 (executable)
@@ -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 \