metadata sync fails when there is a customer view based on pg_stat_statements
Open
- Dominant language
- C
- Stars
- 12.8k
- Forks
- 794
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 31
Description
pg_stat_statements.total_time column was dropped at PG13.
issue is
- DB is on PG12, citus 10.2
- DB has a view or a function that uses pg_stat_statements.total_time
- user upgrades DB to PG13 and citus 11.x
- metadata sync fails with a sync failure saying pg_stat_statements.total_time does not exist
Contributor guide
Assessment
This issue has not been assessed yet.