We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da06d9 commit 2e08d31Copy full SHA for 2e08d31
src/backend/postmaster/pgstat.c
@@ -152,7 +152,7 @@ PgStat_MsgBgWriter BgWriterStats;
152
*/
153
static char *slru_names[] = {"async", "clog", "commit_timestamp",
154
"multixact_offset", "multixact_member",
155
- "oldserxid", "pg_xact", "subtrans",
+ "oldserxid", "subtrans",
156
"other" /* has to be last */};
157
158
/* number of elemenents of slru_name array */
0 commit comments