diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sqljson_jsontable.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/sqljson_jsontable.out --- /tmp/cirrus-ci-build/src/test/regress/expected/sqljson_jsontable.out 2025-11-25 11:34:05.213538628 +0000 +++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/sqljson_jsontable.out 2025-11-25 11:44:19.398735663 +0000 @@ -1154,6 +1154,7 @@ ) jt ); NOTICE: view "outer_union" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view outer_cross as ( select jt.* @@ -1171,6 +1172,7 @@ ) jt ); NOTICE: view "outer_cross" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view inner_union as ( select jt.* from @@ -1187,6 +1189,7 @@ ) jt ); NOTICE: view "inner_union" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view inner_cross as ( select jt.* @@ -1204,6 +1207,7 @@ ) jt ); NOTICE: view "inner_cross" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. select * from inner_cross; n | a | b | c ---+---+---+----