mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +03:00
checkopint -> checkpoint
Report by Guillaume Lelarge.
This commit is contained in:
@@ -649,7 +649,7 @@ CREATE VIEW pg_stat_bgwriter AS
|
||||
pg_stat_get_bgwriter_timed_checkpoints() AS checkpoints_timed,
|
||||
pg_stat_get_bgwriter_requested_checkpoints() AS checkpoints_req,
|
||||
pg_stat_get_checkpoint_write_time() AS checkpoint_write_time,
|
||||
pg_stat_get_checkpoint_sync_time() AS checkopint_sync_time,
|
||||
pg_stat_get_checkpoint_sync_time() AS checkpoint_sync_time,
|
||||
pg_stat_get_bgwriter_buf_written_checkpoints() AS buffers_checkpoint,
|
||||
pg_stat_get_bgwriter_buf_written_clean() AS buffers_clean,
|
||||
pg_stat_get_bgwriter_maxwritten_clean() AS maxwritten_clean,
|
||||
|
||||
Reference in New Issue
Block a user