Thread: OldSnapshotTimemapLock information is missing in monitoring.sgml file
Hi All, monitoring.sgml file has the list of all the wait event names that is being monitored by pg_stat_activity but as one of the LWLock named 'OldSnapshotTimemapLock' was added recently as the part of git commit '848ef42b' -->"Add the "snapshot too old" feature", this lwlock information is currently missing in the monitoring.sgml file. I have added the necessary information about the same in this file and attached is the patch. Thanks. With Regards, Ashutosh Sharma EnterpriseDB:http://www.enterprisedb.com
Attachment
On Wed, Aug 3, 2016 at 4:52 AM, Ashutosh Sharma <ashu.coek88@gmail.com> wrote: > monitoring.sgml file has the list of all the wait event names that is > being monitored by pg_stat_activity but as one of the LWLock named > 'OldSnapshotTimemapLock' was added recently as the part of git commit > '848ef42b' -->"Add the "snapshot too old" feature", this lwlock > information is currently missing in the monitoring.sgml file. I have > added the necessary information about the same in this file and > attached is the patch. Thanks. Pushed with minor fixes (white space and bumping the count for the tranche). Thanks! -- Kevin Grittner EDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Re: OldSnapshotTimemapLock information is missing in monitoring.sgml file
From
Ashutosh Sharma
Date:
> Pushed with minor fixes (white space and bumping the count for the tranche). > Thanks. I just missed to increase the LWLock count by one. With Regards, Ashutosh Sharma EnterpriseDB:http://www.enterprisedb.com