diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/sysviews.out --- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out 2025-02-18 13:35:39.555635978 +0000 +++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/sysviews.out 2025-02-18 13:43:17.453089494 +0000 @@ -245,4 +245,11 @@ where path = '{1}' into r; RAISE NOTICE '%', r; END $$; -NOTICE: (AllocSet,TopMemoryContext,) +ERROR: function pg_get_process_memory_contexts(integer, boolean) does not exist +LINE 2: from pg_get_process_memory_contexts(checkpointer_pid... + ^ +HINT: No function matches the given name and argument types. You might need to add explicit type casts. +QUERY: select type, name, ident + from pg_get_process_memory_contexts(checkpointer_pid, false) + where path = '{1}' +CONTEXT: PL/pgSQL function inline_code_block line 9 at SQL statement