dalibo / pev2

Postgres Explain Visualizer 2
https://explain.dalibo.com
PostgreSQL License
2.63k stars 129 forks source link

Make Aggregate nodes more consistent in TEXT and JSON #666

Closed pgiraud closed 2 months ago

pgiraud commented 2 months ago

JSON has a "Strategy" key to distinguish aggregate types. Here we convert this to what the TEXT format uses.

Fixes #495