mirror of
https://github.com/postgres/postgres.git
synced 2025-11-28 11:44:57 +03:00
Remove hashagg_avoid_disk_plan GUC.
Note: This GUC was originally named enable_hashagg_disk when it appeared in commit1f39bce0, which added disk-based hash aggregation. It was subsequently renamed in commit92c58fd9. 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.
This commit is contained in:
@@ -55,7 +55,6 @@ extern PGDLLIMPORT bool enable_tidscan;
|
||||
extern PGDLLIMPORT bool enable_sort;
|
||||
extern PGDLLIMPORT bool enable_incremental_sort;
|
||||
extern PGDLLIMPORT bool enable_hashagg;
|
||||
extern PGDLLIMPORT bool hashagg_avoid_disk_plan;
|
||||
extern PGDLLIMPORT bool enable_nestloop;
|
||||
extern PGDLLIMPORT bool enable_material;
|
||||
extern PGDLLIMPORT bool enable_mergejoin;
|
||||
|
||||
Reference in New Issue
Block a user