legrand legrand <legrand_legr...@hotmail.com> wrote: > set enable_agg_pushdown to true; > isn't displayed in EXPLAIN (SETTINGS) syntax. > > > The following modification seems to fix that: > > src/backend/utils/misc/guc.c > > {"enable_agg_pushdown", PGC_USERSET, QUERY_TUNING_METHOD, > gettext_noop("Enables aggregation push-down."), > NULL, > GUC_EXPLAIN <<<<--- line Added --->>>> > }, > &enable_agg_pushdown, > false, > NULL, NULL, NULL > },
Thanks. I'll include this change in the next version. -- Antonin Houska Web: https://www.cybertec-postgresql.com