fix_param_specified_pg_stat_reset_slru_v1.patch

application/x-patch

Filename: fix_param_specified_pg_stat_reset_slru_v1.patch
Type: application/x-patch
Part: 0
Message: pg_stat_reset_slru(name) doesn't seem to work as documented

Patch

Format: unified
Series: patch v1
File+
src/backend/postmaster/pgstat.c 0 2
diff --git a/src/backend/postmaster/pgstat.c b/src/backend/postmaster/pgstat.c
index 50eea2e..51a0279 100644
--- a/src/backend/postmaster/pgstat.c
+++ b/src/backend/postmaster/pgstat.c
@@ -6233,8 +6233,6 @@ pgstat_recv_resetslrucounter(PgStat_MsgResetslrucounter *msg, int len)
 	int			i;
 	TimestampTz	ts = GetCurrentTimestamp();
 
-	memset(&slruStats, 0, sizeof(slruStats));
-
 	for (i = 0; i < SLRU_NUM_ELEMENTS; i++)
 	{
 		/* reset entry with the given index, or all entries (index is -1) */