- Fix compatibility with existing pganalyze Enterprise Server releases
- Version 0.70.0 added tracking of nested query statistics using the toplevel field,
which broke compatibility with Enterprise Server when usingpg_stat_statements.track = all.
This change detects whether the pganalyze server supports nested query statistics
so that new collector versions can be used without upgrading the server.
- Version 0.70.0 added tracking of nested query statistics using the toplevel field,