pgbench-tools icon indicating copy to clipboard operation
pgbench-tools copied to clipboard

can't find plans

Open yangvipguang opened this issue 3 years ago • 1 comments

image Will this error affect the result?

yangvipguang avatar Mar 18 '21 05:03 yangvipguang

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.

gregs1104 avatar Mar 31 '21 21:03 gregs1104