Commit 9c74ceb2 authored by Tomas Vondra's avatar Tomas Vondra

Remove debugging elog from pgstat_recv_resetslrucounter

Reported-by: Thomas Munro
parent d22782a5
......@@ -6235,8 +6235,6 @@ pgstat_recv_resetslrucounter(PgStat_MsgResetslrucounter *msg, int len)
memset(&slruStats, 0, sizeof(slruStats));
elog(LOG, "msg->m_index = %d", msg->m_index);
for (i = 0; i < SLRU_NUM_ELEMENTS; i++)
{
/* reset entry with the given index, or all entries (index is -1) */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment