diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/generated_virtual.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/generated_virtual.out --- C:/cirrus/src/test/regress/expected/generated_virtual.out 2026-04-05 06:54:44.516212100 +0000 +++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/generated_virtual.out 2026-04-05 06:58:42.807825200 +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