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
Implement proper checkpoint statistics for PostgreSQL 17+
- Add postgres_dba_pgvers_17plus version variable to warmup.psql
- Use \if conditionals to handle PostgreSQL 17+ vs <17 differences
- PostgreSQL 17+: Use pg_stat_checkpointer (num_timed, num_requested, buffers_written)
- PostgreSQL <17: Use pg_stat_bgwriter (checkpoints_timed, checkpoints_req, buffers_checkpoint)
- Follow existing SQL code style and version handling patterns
- Maintain all checkpoint statistics across versions
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments