projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d22782a
)
Remove debugging elog from pgstat_recv_resetslrucounter
author
Tomas Vondra
Tue, 7 Apr 2020 17:20:20 +0000
(19:20 +0200)
committer
Tomas Vondra
Tue, 7 Apr 2020 17:20:20 +0000
(19:20 +0200)
Reported-by: Thomas Munro
src/backend/postmaster/pgstat.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/postmaster/pgstat.c
b/src/backend/postmaster/pgstat.c
index 9ebde47dea9f22eac474b0c59714751919dc734b..50eea2e8a844dbfb1c8442c8d0b7aa00cc8253ff 100644
(file)
--- a/
src/backend/postmaster/pgstat.c
+++ b/
src/backend/postmaster/pgstat.c
@@
-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) */