1 Commits

Author SHA1 Message Date
Ante Kresic
c81ae6ff50 Use processed group clauses in PG16
Latest version of Postgres introduced an optimization
which removes redundant grouping and DISTINCT columns.
This optimization needs to be taken into account when
generating pushdown aggregation plans so we can create
valid plans with correct grouping columns.
2023-12-05 16:15:24 +01:00