dalibo / pev2

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

Fail to parse plan with number with thousand separator #633

Closed pgiraud closed 4 months ago

pgiraud commented 5 months ago
Seq Scan on tenk1  (cost=0.00..333.00 rows=10′000 width=148)

This plan can't be parse because of the "′".

For the record, this plan was found at https://explain-postgresql.com/archive/explain/24f69a8c-d205-21f2-152e-fad5c78189fd:0:2024-02-23

pgiraud commented 4 months ago

Bad copy paste, plan shouldn't contain thousands separator.