Closed olirice closed 1 year ago
Running dexter against a Postgres 13, 14, or 15 using --pg-stat-statements fails with error
--pg-stat-statements
dexter/indexer.rb:544:in `exec_params': ERROR: column "total_time" does not exist (PG::UndefinedColumn)
It looks like that is due to a change in pg_catalog.pg_stat_statements column names that occurred between pg 12 ref and pg 13 ref
pg_catalog.pg_stat_statements
Hey @olirice, thanks for reporting! Fixed in the commit above.
Running dexter against a Postgres 13, 14, or 15 using
--pg-stat-statements
fails with errorIt looks like that is due to a change in
pg_catalog.pg_stat_statements
column names that occurred between pg 12 ref and pg 13 ref