Commit 2e08d314 authored by Tomas Vondra's avatar Tomas Vondra

Remove pg_xact entry from SLRU stats

The "pg_xact" entry was duplicate with "clog" and was added by mistake.

Reported-by: Fujii Masao
Discussion: https://postgr.es/m/20200119143707.gyinppnigokesjok@development
parent 0da06d9f
...@@ -152,7 +152,7 @@ PgStat_MsgBgWriter BgWriterStats; ...@@ -152,7 +152,7 @@ PgStat_MsgBgWriter BgWriterStats;
*/ */
static char *slru_names[] = {"async", "clog", "commit_timestamp", static char *slru_names[] = {"async", "clog", "commit_timestamp",
"multixact_offset", "multixact_member", "multixact_offset", "multixact_member",
"oldserxid", "pg_xact", "subtrans", "oldserxid", "subtrans",
"other" /* has to be last */}; "other" /* has to be last */};
/* number of elemenents of slru_name array */ /* number of elemenents of slru_name array */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment