1
0
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:
Robert Haas
2012-04-05 21:36:42 -04:00
parent 662ca285a6
commit 21cc529698
3 changed files with 3 additions and 3 deletions

View File

@@ -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,