diff -U3 /home/postgres/postgres/contrib/pg_logicalinspect/expected/logical_inspect.out /home/postgres/postgres/build/testrun/pg_logicalinspect/isolation/results/logical_inspect.out --- /home/postgres/postgres/contrib/pg_logicalinspect/expected/logical_inspect.out 2026-03-14 06:33:01.361156035 +0000 +++ /home/postgres/postgres/build/testrun/pg_logicalinspect/isolation/results/logical_inspect.out 2026-03-14 06:35:26.389815111 +0000 @@ -20,13 +20,13 @@ step s1_check_snapshot_info: SELECT count(*) > 0 as has_info FROM pg_ls_logicalsnapdir(), pg_get_logical_snapshot_info(name) AS info where info.catchange_count >= 2 and array_length(info.catchange_xip,1) >= 2 and info.committed_count >= 1 and array_length(info.committed_xip,1) >= 1; has_info -------- -t +f (1 row) step s1_check_snapshot_meta: SELECT count(meta.*) > 0 AS has_meta from pg_ls_logicalsnapdir(), pg_get_logical_snapshot_meta(name) as meta; has_meta -------- -t +f (1 row) step s0_commit: COMMIT;