dalibo / pev2

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

Nodes with cost 0.00 are not correctly parsed #634

Open pgiraud opened 7 months ago

pgiraud commented 7 months ago

This kind of node is parsed like cost is undefined.

Seq Scan on atividade_economica ae  (cost=0.00..0.00 rows=1 width=36)