query_id usage in bundle of AQO and pg_stat_statements (PGSS) extensions
danolivo opened this issue · 0 comments
danolivo commented
In stable 14 and beyond we pretend to use the same query_id in both extensions.
Adding AQO TAP-tests on this feature we found out next issues:
- AQO stores not-parameterized query texts.
- In the case of EXPLAIN ANALYZE, query_id in the extensions are different
- Also, we should check the case with queries in stored procedures