mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 14:47:29 -04:00
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:
parent
0da06d9faf
commit
2e08d314ed
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue