1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

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

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