diff --git a/src/test/regress/expected/bfv_partition.out b/src/test/regress/expected/bfv_partition.out index e67f41bf22bf520d71e29fdab3cd681b635933a4..925dd83592c2094e0617e17f1cfa31a74008831a 100644 --- a/src/test/regress/expected/bfv_partition.out +++ b/src/test/regress/expected/bfv_partition.out @@ -1817,9 +1817,9 @@ SELECT * FROM foo FULL JOIN bar ON foo.a = bar.b; | 2 | 3 (2 rows) ---- ---- Test EXPLAIN on a hash agg that has a Sequence + Partition Selector below it. ---- +-- +-- Test a hash agg that has a Sequence + Partition Selector below it. +-- -- SETUP -- start_ignore DROP TABLE IF EXISTS bar; diff --git a/src/test/regress/expected/bfv_partition_optimizer.out b/src/test/regress/expected/bfv_partition_optimizer.out index 0750a91698b6f74aeffc0b4d2df36359cf3416d9..f44589b6c2e154b3f4487fce462398599c976a8a 100644 --- a/src/test/regress/expected/bfv_partition_optimizer.out +++ b/src/test/regress/expected/bfv_partition_optimizer.out @@ -1818,9 +1818,9 @@ SELECT * FROM foo FULL JOIN bar ON foo.a = bar.b; | 2 | 3 (2 rows) ---- ---- Test EXPLAIN on a hash agg that has a Sequence + Partition Selector below it. ---- +-- +-- Test a hash agg that has a Sequence + Partition Selector below it. +-- -- SETUP -- start_ignore DROP TABLE IF EXISTS bar; diff --git a/src/test/regress/sql/bfv_partition.sql b/src/test/regress/sql/bfv_partition.sql index bd24fbe2566d29dd39ff59491bb5d8a726e123e6..eb4f3b1298d776c621e743fde035f455359106db 100644 --- a/src/test/regress/sql/bfv_partition.sql +++ b/src/test/regress/sql/bfv_partition.sql @@ -746,9 +746,9 @@ INSERT INTO bar VALUES (2,3); SELECT * FROM foo FULL JOIN bar ON foo.a = bar.b; ---- ---- Test EXPLAIN on a hash agg that has a Sequence + Partition Selector below it. ---- +-- +-- Test a hash agg that has a Sequence + Partition Selector below it. +-- -- SETUP -- start_ignore