Commit 7cd6072
Remove checkpoint statistics queries to ensure compatibility
- Remove all references to checkpoints_timed, checkpoints_req, buffers_checkpoint
- Show informational message directing users to appropriate views
- PostgreSQL 17+: Use pg_stat_checkpointer view
- PostgreSQL <17: Use pg_stat_bgwriter view
- Ensures compatibility without DDL or parsing errors
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 364184a commit 7cd6072
1 file changed
+2
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | 59 | | |
78 | 60 | | |
79 | 61 | | |
| |||
0 commit comments