The view just added by commit
53fe7e6cb decompiles differently
in v15 than HEAD (presumably as a consequence of
47bb9db75).
That causes failures in cross-version upgrade testing.
We could teach AdjustUpgrade.pm to compensate for that, but it
seems less painful to just drop the view after we're done with it.
Per buildfarm.
1
(1 row)
+-- Clean up.
+DROP FOREIGN TABLE remote_application_name;
+DROP VIEW my_application_name;
-- ===================================================================
-- test parallel commit
-- ===================================================================
to_hex(pg_backend_pid())
for current_setting('max_identifier_length')::int);
+-- Clean up.
+DROP FOREIGN TABLE remote_application_name;
+DROP VIEW my_application_name;
+
-- ===================================================================
-- test parallel commit
-- ===================================================================