Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2e08d31

Browse files
committed
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
1 parent 0da06d9 commit 2e08d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/postmaster/pgstat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ PgStat_MsgBgWriter BgWriterStats;
152152
*/
153153
static char *slru_names[] = {"async", "clog", "commit_timestamp",
154154
"multixact_offset", "multixact_member",
155-
"oldserxid", "pg_xact", "subtrans",
155+
"oldserxid", "subtrans",
156156
"other" /* has to be last */};
157157

158158
/* number of elemenents of slru_name array */

0 commit comments

Comments
 (0)