mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
Doc: suppress "exceed the available area" warning in PDF build.
Allow a line break in example output, as we have done elsewhere. Overlength output was added in commit1e68e43d3
. While here, adjust some shaky grammar in an adjacent note (from a different commit,c9af05465
). Per buildfarm.
This commit is contained in:
@ -1120,7 +1120,7 @@ SELECT a.pid, a.wait_event, w.description
|
|||||||
pg_wait_events w ON (a.wait_event_type = w.type AND
|
pg_wait_events w ON (a.wait_event_type = w.type AND
|
||||||
a.wait_event = w.name)
|
a.wait_event = w.name)
|
||||||
WHERE wait_event is NOT NULL and a.state = 'active';
|
WHERE wait_event is NOT NULL and a.state = 'active';
|
||||||
-[ RECORD 1 ]------------------------------------------------------------------
|
-[ RECORD 1 ]------------------------------------------------------&zwsp;------------
|
||||||
pid | 686674
|
pid | 686674
|
||||||
wait_event | WALInitSync
|
wait_event | WALInitSync
|
||||||
description | Waiting for a newly initialized WAL file to reach durable storage
|
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
|
|||||||
<note>
|
<note>
|
||||||
<para>
|
<para>
|
||||||
Extensions can add <literal>Extension</literal> and
|
Extensions can add <literal>Extension</literal> and
|
||||||
<literal>LWLock</literal> types
|
<literal>LWLock</literal> events
|
||||||
to the list shown in <xref linkend="wait-event-extension-table"/> and
|
to the lists shown in <xref linkend="wait-event-extension-table"/> and
|
||||||
<xref linkend="wait-event-lwlock-table"/>. In some cases, the name
|
<xref linkend="wait-event-lwlock-table"/>. In some cases, the name
|
||||||
of <literal>LWLock</literal> assigned by an extension will not be
|
of an <literal>LWLock</literal> assigned by an extension will not be
|
||||||
available in all server processes; It might be reported as just
|
available in all server processes. It might be reported as just
|
||||||
<quote><literal>extension</literal></quote> rather than the
|
<quote><literal>extension</literal></quote> rather than the
|
||||||
extension-assigned name.
|
extension-assigned name.
|
||||||
</para>
|
</para>
|
||||||
|
Reference in New Issue
Block a user