forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf5d0e86
committed
Fix unstable aggregate regression test
Buildfarm member avocet has shown a plan change by switching thefinalize aggregate stage to use a GroupAggregate rather than aHashAggregate. This is consistent with autovacuum having triggered onthe table, per analysis by Alexander Lakhin.Fix this by disabling autovacuum on the table.Reported-by: Alexander LakhinDiscussion:https://postgr.es/m/d4493a28-589a-5328-fed5-250f2d7d3e2a@gmail.comBackpatch-through: 16, where this test was added.1 parent7445f09 commitf5d0e86
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1930 | 1930 |
| |
1931 | 1931 |
| |
1932 | 1932 |
| |
1933 |
| - | |
| 1933 | + | |
1934 | 1934 |
| |
1935 | 1935 |
| |
1936 | 1936 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
749 | 749 |
| |
750 | 750 |
| |
751 | 751 |
| |
752 |
| - | |
| 752 | + | |
753 | 753 |
| |
754 | 754 |
| |
755 | 755 |
| |
|
0 commit comments
Comments
(0)