diff options
author | David Rowley <drowley@postgresql.org> | 2025-04-22 11:04:04 +1200 |
---|---|---|
committer | David Rowley <drowley@postgresql.org> | 2025-04-22 11:04:04 +1200 |
commit | d010cc6ccacf88926255d3ae2d67dad3e332ae8a (patch) | |
tree | ff82a565f691db0aca88602d5b48d1cf9a7e2ec2 | |
parent | 90260e2ec6bbfc3dfa9d9501ab75c535de52f677 (diff) | |
download | postgresql-d010cc6ccacf88926255d3ae2d67dad3e332ae8a.tar.gz postgresql-d010cc6ccacf88926255d3ae2d67dad3e332ae8a.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 c421d89edff..d768ea065c5 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -1156,7 +1156,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 |