projects
/
working
/
random.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30a1adf
)
Update pgtap version to deal with pg10+
author
Jason Boyer
<jboyer@equinoxOLI.org>
Thu, 24 Feb 2022 12:02:59 +0000
(07:02 -0500)
committer
Jason 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
patch
|
blob
|
history
diff --git
a/installer/stretch/eg_stretch_installer.sh
b/installer/stretch/eg_stretch_installer.sh
index
03c76d8
..
4c6be8d
100755
(executable)
--- 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 \