Commit e88928c5 authored by Noah Misch's avatar Noah Misch

Fix vertical spanning in table "wait_event Description".

Michael Paquier

Discussion: https://postgr.es/m/CAB7nPqQr3KEQvXeuUNYcm7tDK2Fb9oLUQ8DU0+y0RZEoN_1_gg@mail.gmail.com
parent 3043c1dd
...@@ -845,7 +845,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser ...@@ -845,7 +845,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
<tbody> <tbody>
<row> <row>
<entry morerows="59"><literal>LWLock</></entry> <entry morerows="60"><literal>LWLock</></entry>
<entry><literal>ShmemIndexLock</></entry> <entry><literal>ShmemIndexLock</></entry>
<entry>Waiting to find or allocate space in shared memory.</entry> <entry>Waiting to find or allocate space in shared memory.</entry>
</row> </row>
...@@ -1155,7 +1155,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser ...@@ -1155,7 +1155,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
<entry>Waiting to acquire a pin on a buffer.</entry> <entry>Waiting to acquire a pin on a buffer.</entry>
</row> </row>
<row> <row>
<entry morerows="11"><literal>Activity</></entry> <entry morerows="13"><literal>Activity</></entry>
<entry><literal>ArchiverMain</></entry> <entry><literal>ArchiverMain</></entry>
<entry>Waiting in main loop of the archiver process.</entry> <entry>Waiting in main loop of the archiver process.</entry>
</row> </row>
...@@ -1212,7 +1212,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser ...@@ -1212,7 +1212,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
<entry>Waiting in main loop of WAL writer process.</entry> <entry>Waiting in main loop of WAL writer process.</entry>
</row> </row>
<row> <row>
<entry morerows="5"><literal>Client</></entry> <entry morerows="7"><literal>Client</></entry>
<entry><literal>ClientRead</></entry> <entry><literal>ClientRead</></entry>
<entry>Waiting to read data from the client.</entry> <entry>Waiting to read data from the client.</entry>
</row> </row>
...@@ -1250,7 +1250,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser ...@@ -1250,7 +1250,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
<entry>Waiting in an extension.</entry> <entry>Waiting in an extension.</entry>
</row> </row>
<row> <row>
<entry morerows="12"><literal>IPC</></entry> <entry morerows="16"><literal>IPC</></entry>
<entry><literal>BgWorkerShutdown</></entry> <entry><literal>BgWorkerShutdown</></entry>
<entry>Waiting for background worker to shut down.</entry> <entry>Waiting for background worker to shut down.</entry>
</row> </row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment