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

2 lines
49 B
Plaintext

Fixes: #6377 Use processed group clauses in PG16