mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-14 01:10:37 +08:00
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.
2 lines
49 B
Plaintext
2 lines
49 B
Plaintext
Fixes: #6377 Use processed group clauses in PG16
|