Doc: suppress "exceed the available area" warning in PDF build.
authorTom Lane
Tue, 3 Oct 2023 18:13:53 +0000 (14:13 -0400)
committerTom Lane
Tue, 3 Oct 2023 18:13:53 +0000 (14:13 -0400)
Allow a line break in example output, as we have done elsewhere.
Overlength output was added in commit 1e68e43d3.

While here, adjust some shaky grammar in an adjacent note
(from a different commit, c9af05465).

Per buildfarm.

doc/src/sgml/monitoring.sgml

index 9c4930e9ae5ae98741fbfe574b09d27cebb01088..1149093a8a6d2a2eb08b9c9f1f8e252601e665de 100644 (file)
@@ -1120,7 +1120,7 @@ SELECT a.pid, a.wait_event, w.description
        pg_wait_events w ON (a.wait_event_type = w.type AND
                             a.wait_event = w.name)
   WHERE wait_event is NOT NULL and a.state = 'active';
--[ RECORD 1 ]------------------------------------------------------------------
+-[ RECORD 1 ]------------------------------------------------------&zwsp;------------
 pid         | 686674
 wait_event  | WALInitSync
 description | Waiting for a newly initialized WAL file to reach durable storage
@@ -1130,11 +1130,11 @@ description | Waiting for a newly initialized WAL file to reach durable storage
    
     
      Extensions can add Extension and
-     LWLock types
-     to the list shown in  and
+     LWLock events
+     to the lists shown in  and
      . In some cases, the name
-     of LWLock assigned by an extension will not be
-     available in all server processes; It might be reported as just
+     of an LWLock assigned by an extension will not be
+     available in all server processes It might be reported as just
      extension rather than the
      extension-assigned name.