diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_extensions/expected/test_extensions.out /tmp/cirrus-ci-build/build/testrun/test_extensions/regress/results/test_extensions.out --- /tmp/cirrus-ci-build/src/test/modules/test_extensions/expected/test_extensions.out 2024-02-22 13:04:49.005899000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/test_extensions/regress/results/test_extensions.out 2024-02-22 13:08:51.874119000 +0000 @@ -183,8 +183,6 @@ DETAIL: An extension is not allowed to replace an object that it does not own. SELECT ext_cor_func(); ERROR: function ext_cor_func() does not exist -LINE 1: SELECT ext_cor_func(); - ^ HINT: No function matches the given name and argument types. You might need to add explicit type casts. SELECT * FROM ext_cor_view; col @@ -424,10 +422,7 @@ SELECT dep_req3b(); -- fails ERROR: function public.dep_req2() does not exist -LINE 1: SELECT public.dep_req2() || ' req3b' - ^ HINT: No function matches the given name and argument types. You might need to add explicit type casts. -QUERY: SELECT public.dep_req2() || ' req3b' CONTEXT: SQL function "dep_req3b" during startup DROP EXTENSION test_ext_req_schema3; ALTER EXTENSION test_ext_req_schema1 SET SCHEMA test_s_dep2; -- now ok