Remove debugging elog from pgstat_recv_resetslrucounter
authorTomas Vondra <tomas.vondra@postgresql.org>
Tue, 7 Apr 2020 17:20:20 +0000 (19:20 +0200)
committerTomas Vondra <tomas.vondra@postgresql.org>
Tue, 7 Apr 2020 17:20:20 +0000 (19:20 +0200)
Reported-by: Thomas Munro
src/backend/postmaster/pgstat.c

index 9ebde47dea9f22eac474b0c59714751919dc734b..50eea2e8a844dbfb1c8442c8d0b7aa00cc8253ff 100644 (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) */