aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2020-12-30 14:15:41 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2020-12-30 14:15:48 -0500
commit091866724cb3ee7251fa56e2517248c4b7796ca8 (patch)
tree4af05ae2085bf3ca46d6cf6fe2286de11b7b299b /src
parent16d531a30a120d13cc3b460fba6570024a1fcfa8 (diff)
downloadpostgresql-091866724cb3ee7251fa56e2517248c4b7796ca8.tar.gz
postgresql-091866724cb3ee7251fa56e2517248c4b7796ca8.zip
More fixups for pg_upgrade cross-version tests.
Commit 7ca37fb04 removed regress_putenv from the regress.so library, so reloading a SQL function dependent on that would not work. Fix similarly to 52202bb39. Per buildfarm.
Diffstat (limited to 'src')
-rw-r--r--src/bin/pg_upgrade/test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bin/pg_upgrade/test.sh b/src/bin/pg_upgrade/test.sh
index 8b13ec8692d..47c96df5c30 100644
--- a/src/bin/pg_upgrade/test.sh
+++ b/src/bin/pg_upgrade/test.sh
@@ -178,6 +178,8 @@ if "$MAKE" -C "$oldsrc" installcheck-parallel; then
fix_sql="$fix_sql
DROP FUNCTION IF EXISTS
public.oldstyle_length(integer, text); -- last in 9.6
+ DROP FUNCTION IF EXISTS
+ public.putenv(text); -- last in v13
DROP OPERATOR IF EXISTS -- last in v13
public.#@# (pg_catalog.int8, NONE),
public.#%# (pg_catalog.int8, NONE),