Skip to content

Commit e88928c

Browse files
committed
Fix vertical spanning in table "wait_event Description".
Michael Paquier Discussion: https://postgr.es/m/CAB7nPqQr3KEQvXeuUNYcm7tDK2Fb9oLUQ8DU0+y0RZEoN_1_gg@mail.gmail.com
1 parent 3043c1d commit e88928c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/monitoring.sgml

+4-4
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
845845

846846
<tbody>
847847
<row>
848-
<entry morerows="59"><literal>LWLock</></entry>
848+
<entry morerows="60"><literal>LWLock</></entry>
849849
<entry><literal>ShmemIndexLock</></entry>
850850
<entry>Waiting to find or allocate space in shared memory.</entry>
851851
</row>
@@ -1155,7 +1155,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
11551155
<entry>Waiting to acquire a pin on a buffer.</entry>
11561156
</row>
11571157
<row>
1158-
<entry morerows="11"><literal>Activity</></entry>
1158+
<entry morerows="13"><literal>Activity</></entry>
11591159
<entry><literal>ArchiverMain</></entry>
11601160
<entry>Waiting in main loop of the archiver process.</entry>
11611161
</row>
@@ -1212,7 +1212,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
12121212
<entry>Waiting in main loop of WAL writer process.</entry>
12131213
</row>
12141214
<row>
1215-
<entry morerows="5"><literal>Client</></entry>
1215+
<entry morerows="7"><literal>Client</></entry>
12161216
<entry><literal>ClientRead</></entry>
12171217
<entry>Waiting to read data from the client.</entry>
12181218
</row>
@@ -1250,7 +1250,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
12501250
<entry>Waiting in an extension.</entry>
12511251
</row>
12521252
<row>
1253-
<entry morerows="12"><literal>IPC</></entry>
1253+
<entry morerows="16"><literal>IPC</></entry>
12541254
<entry><literal>BgWorkerShutdown</></entry>
12551255
<entry>Waiting for background worker to shut down.</entry>
12561256
</row>

0 commit comments

Comments
 (0)