Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0918667

Browse files
committed
More fixups for pg_upgrade cross-version tests.
Commit 7ca37fb removed regress_putenv from the regress.so library, so reloading a SQL function dependent on that would not work. Fix similarly to 52202bb. Per buildfarm.
1 parent 16d531a commit 0918667

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bin/pg_upgrade/test.sh

+2
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ if "$MAKE" -C "$oldsrc" installcheck-parallel; then
178178
fix_sql="$fix_sql
179179
DROP FUNCTION IF EXISTS
180180
public.oldstyle_length(integer, text); -- last in 9.6
181+
DROP FUNCTION IF EXISTS
182+
public.putenv(text); -- last in v13
181183
DROP OPERATOR IF EXISTS -- last in v13
182184
public.#@# (pg_catalog.int8, NONE),
183185
public.#%# (pg_catalog.int8, NONE),

0 commit comments

Comments
 (0)