dalibo / pev2

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

Try to detect incorrect plans (imposible to parse) #671

Open pgiraud opened 3 weeks ago

pgiraud commented 3 weeks ago

Sometimes, the parsing doesn't fail but there are a lot of problems.

For example, the plan in https://github.com/dalibo/pev2/issues/670 is really messy. The resulting parsed plan is completely different from the original one.

It would be nice to warn the user that something is going wrong.