diff -w -U3 C:/cirrus/src/test/regress/expected/session_variables.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/session_variables.out --- C:/cirrus/src/test/regress/expected/session_variables.out 2024-03-20 08:04:12.524897900 +0000 +++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/session_variables.out 2024-03-20 08:07:36.102056000 +0000 @@ -1230,7 +1230,7 @@ ---------------------------------------------- SET SESSION VARIABLE Result - InitPlan 1 (returns $0) + InitPlan 1 -> Aggregate -> Seq Scan on var_tab_test_table (5 rows) @@ -1247,7 +1247,7 @@ ----------------------------------------------------------------------- SET SESSION VARIABLE Result (actual rows=1 loops=1) - InitPlan 1 (returns $0) + InitPlan 1 -> Aggregate (actual rows=1 loops=1) -> Seq Scan on var_tab_test_table (actual rows=10 loops=1) (5 rows) @@ -1267,7 +1267,7 @@ ---------------------------------------------- SET SESSION VARIABLE Result - InitPlan 1 (returns $0) + InitPlan 1 -> Aggregate -> Seq Scan on var_tab_test_table (5 rows) @@ -1284,7 +1284,7 @@ ----------------------------------------------------------------------- SET SESSION VARIABLE Result (actual rows=1 loops=1) - InitPlan 1 (returns $0) + InitPlan 1 -> Aggregate (actual rows=1 loops=1) -> Seq Scan on var_tab_test_table (actual rows=10 loops=1) (5 rows)