diff options
author | David Rowley <drowley@postgresql.org> | 2025-04-22 11:04:44 +1200 |
---|---|---|
committer | David Rowley <drowley@postgresql.org> | 2025-04-22 11:04:44 +1200 |
commit | 12bf43410aba58a577a8519e031a0e24631eaf33 (patch) | |
tree | faa96d4d343238ff707a96f2045a68ad90cdf8fb | |
parent | e297ddcfb7d37f54567b9a9bb87ef15e0aedc0d5 (diff) | |
download | postgresql-12bf43410aba58a577a8519e031a0e24631eaf33.tar.gz postgresql-12bf43410aba58a577a8519e031a0e24631eaf33.zip |
Doc: fix incorrect punctuation
Author: Noboru Saito <noborusai@gmail.com>
Discussion: https://postgr.es/m/CAAM3qnJtv5YbjpwDfVOYN2gZ9zGSLFM1UGJgptSXmwfifOZJFQ@mail.gmail.com
Backpatch-through: 17
-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 eabc4f5d172..d73c627382a 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -1148,7 +1148,7 @@ description | Waiting for a newly initialized WAL file to reach durable storage <note> <para> Extensions can add <literal>Extension</literal>, - <literal>InjectionPoint</literal>. and <literal>LWLock</literal> events + <literal>InjectionPoint</literal>, and <literal>LWLock</literal> events to the lists shown in <xref linkend="wait-event-extension-table"/> and <xref linkend="wait-event-lwlock-table"/>. In some cases, the name of an <literal>LWLock</literal> assigned by an extension will not be |