diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/generated_virtual.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/generated_virtual.out --- /tmp/cirrus-ci-build/src/test/regress/expected/generated_virtual.out 2026-04-01 02:09:36.324185307 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/generated_virtual.out 2026-04-01 02:14:25.535524571 +0000 @@ -1148,9 +1148,10 @@ f2 | bigint | | | | plain | | f3 | bigint | | | generated always as (f2 * 2) | plain | | Partition key: RANGE (f3) -Partitions: gtest_part_key1_0 FOR VALUES FROM ('20') TO ('30'), - gtest_part_key1_1 FOR VALUES FROM ('30') TO ('50'), - gtest_part_key1_2 FOR VALUES FROM ('50') TO ('100') +Partitions: + gtest_part_key1_0 FOR VALUES FROM ('20') TO ('30') + gtest_part_key1_1 FOR VALUES FROM ('30') TO ('50') + gtest_part_key1_2 FOR VALUES FROM ('50') TO ('100') INSERT INTO gtest_part_key1(f2) VALUES (9); -- error ERROR: no partition of relation "gtest_part_key1" found for row