Skip to content

Commit 9c74ceb

Browse files
committed
Remove debugging elog from pgstat_recv_resetslrucounter
Reported-by: Thomas Munro
1 parent d22782a commit 9c74ceb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/backend/postmaster/pgstat.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6235,8 +6235,6 @@ pgstat_recv_resetslrucounter(PgStat_MsgResetslrucounter *msg, int len)
62356235

62366236
memset(&slruStats, 0, sizeof(slruStats));
62376237

6238-
elog(LOG, "msg->m_index = %d", msg->m_index);
6239-
62406238
for (i = 0; i < SLRU_NUM_ELEMENTS; i++)
62416239
{
62426240
/* reset entry with the given index, or all entries (index is -1) */

0 commit comments

Comments
 (0)