gregs1104/pgbench-tools

can't find plans

yangvipguang opened this issue · 1 comments

image
Will this error affect the result?

The error does not change the result. I have a new feature I'm working on that uses pg_stat_statements to analyze the benchmarks. It only works on PostgreSQL 13 so far. On PG12 or earlier you get this error.

The toolkit doesn't use this information yet for anything. That's why the error is harmless. I'm almost done with code that will add compatibility back to PG10. I'll close this issue when I commit it.

Thanks for the report.