dalibo / pev2

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

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

Closed pgiraud closed 8 months ago

pgiraud commented 9 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 8 months ago

Closed via #638