Re: pgsql: Collect statistics about SLRU caches - Mailing list pgsql-committers

From Tomas Vondra
Subject Re: pgsql: Collect statistics about SLRU caches
Date
Msg-id 20200407171918.rje4ysz5vs7oncd6@development
Whole thread Raw
In response to Re: pgsql: Collect statistics about SLRU caches  (Thomas Munro <thomas.munro@gmail.com>)
List pgsql-committers
On Wed, Apr 08, 2020 at 04:54:40AM +1200, Thomas Munro wrote:
>Hi Tomas,
>
>In pgstat.c,
>
>+       elog(LOG, "msg->m_index = %d", msg->m_index);
>
>Looks like unintentional debugging stuff?
>

Yes, sorry about that. Will fix.

regards

-- 
Tomas Vondra                  http://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services 



pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: pgsql: Collect statistics about SLRU caches
Next
From: Tomas Vondra
Date:
Subject: pgsql: Remove debugging elog from pgstat_recv_resetslrucounter