aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/regexp.c
diff options
context:
space:
mode:
authorTomas Vondra <tomas.vondra@postgresql.org>2022-09-05 00:09:17 +0200
committerTomas Vondra <tomas.vondra@postgresql.org>2022-09-05 00:09:17 +0200
commit2fe6b2a806f20f2dbf02c6e79783dbc2777a1840 (patch)
tree22e2469358d884a748c79646be61b77d0bc42e4e /src/backend/utils/adt/regexp.c
parent92e7b7722da98eb4d54df7d4f850eee6a5fe9eef (diff)
downloadpostgresql-2fe6b2a806f20f2dbf02c6e79783dbc2777a1840.tar.gz
postgresql-2fe6b2a806f20f2dbf02c6e79783dbc2777a1840.zip
Force parallelism in partition_aggregate
Commit db0d67db2 tweaked sort costing, which however resulted in a couple plan changes in our regression tests. Most of the new plans were fine, but partition_aggregate were meant to test parallel plans and the new plans were serial. Fix that by lowering parallel_setup_cost to 0, which is enough to switch to the parallel plan again. Commit 1349d2790 already made the plans parallel again, but do this anyway to keep the tests in sync with 15, to make backpatching simpler. Report and patch by David Rowley. Author: David Rowley Reviewed-by: Tomas Vondra Discussion: https://postgr.es/m/CAApHDvpVFgWzXdtUQkjyOPhNrNvumRi_=ftgS79KeAZ92tnHKQ@mail.gmail.com
Diffstat (limited to 'src/backend/utils/adt/regexp.c')
0 files changed, 0 insertions, 0 deletions