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:
@ -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) */
|
||||
|
Reference in New Issue
Block a user