diff options
| author | Thomas Munro <tmunro@postgresql.org> | 2022-03-16 15:53:28 +1300 |
|---|---|---|
| committer | Thomas Munro <tmunro@postgresql.org> | 2022-03-16 15:56:41 +1300 |
| commit | ea70f6945029b622ea28d53c7a32354d1d033246 (patch) | |
| tree | 6fa72198bbc5436961f7c0ad19e53439d282f9ee /doc/src | |
| parent | 1396b5c6ed2bf46433c77ad0ce7f1ddaa984c224 (diff) | |
Fix documentation typo in commit 5e6368b4.
Back-patch to 14.
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/monitoring.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index cfddd33da1d..9b43feb8557 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -2224,7 +2224,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser <entry>Waiting during base backup when throttling activity.</entry> </row> <row> - <entry><literal>CheckpointerWriteDelay</literal></entry> + <entry><literal>CheckpointWriteDelay</literal></entry> <entry>Waiting between writes while performing a checkpoint.</entry> </row> <row> |
