pgbench missing transaction timestamps
Taker567 opened this issue · 2 comments
Taker567 commented
When running the benchmark I get this error that seems to indicate that the version of pgbench I'm using is lacking some patch that would add timestamps to the output:
ERROR: the pgbench used for this test is missing transaction
timestamps. No latency information will be imported into
the database and some plots will be missing.
Running PG13 on a Rocky Linux 8.7, here are the installed rpms:
postgresql13-13.9-1PGDG.rhel8.x86_64
postgresql13-contrib-13.9-1PGDG.rhel8.x86_64
postgresql13-devel-13.9-1PGDG.rhel8.x86_64
postgresql13-libs-13.9-1PGDG.rhel8.x86_64
postgresql13-server-13.9-1PGDG.rhel8.x86_64
The pgbench binary is at /usr/pgsql-13/bin/pgbench and comes from the postgresql13-13.9-1PGDG.rhel8.x86_64 package.