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 version detection using server_version_num
- Use server_version_num instead of table existence check
- This avoids query planning errors when tables don't exist
- PostgreSQL 17+ (170000+) uses pg_stat_checkpointer
- Earlier versions use pg_stat_bgwriter
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments