]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Remove hashagg_avoid_disk_plan GUC.
authorPeter Geoghegan <pg@bowt.ie>
Tue, 28 Jul 2020 00:53:17 +0000 (17:53 -0700)
committerPeter Geoghegan <pg@bowt.ie>
Tue, 28 Jul 2020 00:53:17 +0000 (17:53 -0700)
commit5a6cc6ffa914775e0184207686c2216998126549
tree5828b1272fe84a1e64f5bc651fff4ceba06228a8
parent0caf1fc6e86a8985ef8b881a4dbb3488381ff976
Remove hashagg_avoid_disk_plan GUC.

Note: This GUC was originally named enable_hashagg_disk when it appeared
in commit 1f39bce0, which added disk-based hash aggregation.  It was
subsequently renamed in commit 92c58fd9.

Author: Peter Geoghegan
Reviewed-By: Jeff Davis, Álvaro Herrera
Discussion: https://postgr.es/m/9d9d1e1252a52ea1bad84ea40dbebfd54e672a0f.camel%40j-davis.com
Backpatch: 13-, where disk-based hash aggregation was introduced.
doc/src/sgml/config.sgml
doc/src/sgml/release-13.sgml
src/backend/optimizer/path/costsize.c
src/backend/optimizer/plan/planner.c
src/backend/utils/misc/guc.c
src/include/optimizer/cost.h