diff -U3 /home/hayato/postgres/src/test/regress/expected/aggregates.out /home/hayato/postgres/src/test/regress/results/aggregates.out --- /home/hayato/postgres/src/test/regress/expected/aggregates.out 2022-09-29 12:50:38.232851652 +0900 +++ /home/hayato/postgres/src/test/regress/results/aggregates.out 2022-09-29 12:54:40.684851516 +0900 @@ -2513,9 +2513,9 @@ QUERY PLAN ------------------------------ GroupAggregate - Group Key: p, d, c, v + Group Key: p, c, d, v -> Sort - Sort Key: p, d, c, v + Sort Key: p, c, d, v -> Seq Scan on btg (5 rows) @@ -2657,9 +2657,9 @@ QUERY PLAN ------------------------------------------------- GroupAggregate - Group Key: p, c, d, v + Group Key: p, d, c, v -> Incremental Sort - Sort Key: p, c, d, v + Sort Key: p, d, c, v Presorted Key: p -> Index Scan using btg_p_v_idx on btg (6 rows)