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
This commit is contained in:
Tomas Vondra 2020-05-02 00:36:25 +02:00
parent 0da06d9faf
commit 2e08d314ed
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ PgStat_MsgBgWriter BgWriterStats;
*/
static char *slru_names[] = {"async", "clog", "commit_timestamp",
"multixact_offset", "multixact_member",
"oldserxid", "pg_xact", "subtrans",
"oldserxid", "subtrans",
"other" /* has to be last */};
/* number of elemenents of slru_name array */