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