</para>
<para>
Total amount of time that has been spent in the portion of
- checkpoint processing where files are written to disk, in milliseconds
+ processing checkpoints and restartpoints where files are written to disk,
+ in milliseconds
</para></entry>
</row>
</para>
<para>
Total amount of time that has been spent in the portion of
- checkpoint processing where files are synchronized to disk, in
- milliseconds
+ processing checkpoints and restartpoints where files are synchronized to
+ disk, in milliseconds
</para></entry>
</row>
<structfield>buffers_written</structfield> <type>bigint</type>
</para>
<para>
- Number of buffers written during checkpoints
+ Number of buffers written during checkpoints and restartpoints
</para></entry>
</row>
proparallel => 'r', prorettype => 'int8', proargtypes => '',
prosrc => 'pg_stat_get_checkpointer_restartpoints_performed' },
{ oid => '2771',
- descr => 'statistics: number of buffers written by the checkpointer',
+ descr => 'statistics: number of buffers written during checkpoints and restartpoints',
proname => 'pg_stat_get_checkpointer_buffers_written', provolatile => 's',
proparallel => 'r', prorettype => 'int8', proargtypes => '',
prosrc => 'pg_stat_get_checkpointer_buffers_written' },
proparallel => 'r', prorettype => 'timestamptz', proargtypes => '',
prosrc => 'pg_stat_get_bgwriter_stat_reset_time' },
{ oid => '3160',
- descr => 'statistics: checkpoint time spent writing buffers to disk, in milliseconds',
+ descr => 'statistics: checkpoint/restartpoint time spent writing buffers to disk, in milliseconds',
proname => 'pg_stat_get_checkpointer_write_time', provolatile => 's',
proparallel => 'r', prorettype => 'float8', proargtypes => '',
prosrc => 'pg_stat_get_checkpointer_write_time' },
{ oid => '3161',
- descr => 'statistics: checkpoint time spent synchronizing buffers to disk, in milliseconds',
+ descr => 'statistics: checkpoint/restartpoint time spent synchronizing buffers to disk, in milliseconds',
proname => 'pg_stat_get_checkpointer_sync_time', provolatile => 's',
proparallel => 'r', prorettype => 'float8', proargtypes => '',
prosrc => 'pg_stat_get_checkpointer_sync_time' },