mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03: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:
@ -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 */
|
||||||
|
Reference in New Issue
Block a user