Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2e08d31

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 MasaoDiscussion:https://postgr.es/m/20200119143707.gyinppnigokesjok@development
1 parent0da06d9 commit2e08d31

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
staticchar*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)

[8]ページ先頭

©2009-2025 Movatter.jp