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),