Re: pgsql: Collect statistics about SLRU caches

From: Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>
To: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Cc: Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>, pgsql-committers <pgsql-committers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: Collect statistics about SLRU caches
Date: 2020-04-07 17:19:18
Message-ID: 20200407171918.rje4ysz5vs7oncd6@development
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2020-04-07 17:21:56 pgsql: Remove debugging elog from pgstat_recv_resetslrucounter
Previous Message David Steele 2020-04-07 17:13:24 Re: pgsql: Generate backup manifests for base backups, and validate them.