Re: Refactor documentation for wait events (Was: pgsql: Add waitevent for fsync of WAL segments) - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Refactor documentation for wait events (Was: pgsql: Add waitevent for fsync of WAL segments)
Date
Msg-id 20180717041949.GD3388@paquier.xyz
Whole thread Raw
In response to Re: Refactor documentation for wait events (Was: pgsql: Add waitevent for fsync of WAL segments)  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Refactor documentation for wait events (Was: pgsql: Add waitevent for fsync of WAL segments)  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On Mon, Jul 16, 2018 at 11:22:07AM -0400, Robert Haas wrote:
> This doesn't seem to get rid of the morerows stuff.

The troubling ones are in monitoring.sgml:
<entry morerows="64"><literal>LWLock</literal></entry>
<entry morerows="9"><literal>Lock</literal></entry>
<entry morerows="13"><literal>Activity</literal></entry>
<entry morerows="7"><literal>Client</literal></entry>
<entry morerows="33"><literal>IPC</literal></entry>
<entry morerows="2"><literal>Timeout</literal></entry>
<entry morerows="66"><literal>IO</literal></entry>

And the patch previously sent removes them, but perhaps I am missing
your point?
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Kyotaro HORIGUCHI
Date:
Subject: Re: Let's remove DSM_IMPL_NONE.
Next
From: Amit Langote
Date:
Subject: Re: How to make partitioning scale better for larger numbers ofpartitions