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:55:15 +1300 |
commit | 501c66c81b755583fa516c88e1cc7c760dc88bd5 (patch) | |
tree | 9c7f8ec0e57a608afe4599fd835f66b643238b14 | |
parent | 3390ef1b7be28eac24dd95af23a4a287e6e7b1a4 (diff) | |
download | postgresql-501c66c81b755583fa516c88e1cc7c760dc88bd5.tar.gz postgresql-501c66c81b755583fa516c88e1cc7c760dc88bd5.zip |
Fix documentation typo in commit 5e6368b4.
Back-patch to 14.
-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 71559442f0b..35b2923c5e8 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -2236,7 +2236,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> |