Remove debugging elog from pgstat_recv_resetslrucounter

Reported-by: Thomas Munro
This commit is contained in:
Tomas Vondra 2020-04-07 19:20:20 +02:00
parent d22782a539
commit 9c74ceb20b
1 changed files with 0 additions and 2 deletions

View File

@ -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) */