diff options
author | David Rowley <drowley@postgresql.org> | 2024-03-28 00:14:17 +1300 |
---|---|---|
committer | David Rowley <drowley@postgresql.org> | 2024-03-28 00:14:17 +1300 |
commit | f5d0e866404a249d3a87a016e3ec562ab2dc6706 (patch) | |
tree | 9cb1023e3bb7db7c119588d241bb10dc3a0e9a97 /contrib/postgres_fdw/postgres_fdw.c | |
parent | 7445f092814dbb8ac3061524fc341a209f805d80 (diff) | |
download | postgresql-f5d0e866404a249d3a87a016e3ec562ab2dc6706.tar.gz postgresql-f5d0e866404a249d3a87a016e3ec562ab2dc6706.zip |
Fix unstable aggregate regression test
Buildfarm member avocet has shown a plan change by switching the
finalize aggregate stage to use a GroupAggregate rather than a
HashAggregate. This is consistent with autovacuum having triggered on
the table, per analysis by Alexander Lakhin.
Fix this by disabling autovacuum on the table.
Reported-by: Alexander Lakhin
Discussion: https://postgr.es/m/d4493a28-589a-5328-fed5-250f2d7d3e2a@gmail.com
Backpatch-through: 16, where this test was added.
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions