dalibo / pev2

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

Diagram doesn't tell if a node is "Parallel" #626

Closed pgiraud closed 4 months ago

pgiraud commented 5 months ago

In the graph, the node type clearly contains "Parallel" in its name. In the diagram, this info is not displayed.

In the example below ("Parallel (verbose)" from the sample plans), the diagram shows "Seq Scan".

Screenshot from 2024-02-21 15-47-51

pgiraud commented 4 months ago

Closed via #638