diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/sysviews.out C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/sysviews.out --- C:/cirrus/src/test/regress/expected/sysviews.out 2025-02-19 18:51:18.116934800 +0000 +++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/sysviews.out 2025-02-19 18:56:45.512631000 +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