You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix PostgreSQL 17/18 compatibility using WHERE clauses
- Use WHERE clauses to completely exclude checkpoint queries for PG17+
- Avoids query parsing errors with non-existent columns
- For PG17+: Shows informational note about pg_stat_checkpointer
- For PG<17: Shows normal checkpoint statistics from pg_stat_bgwriter
- No DDL required, purely conditional query execution
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments