Remove pg_xact entry from SLRU stats

Tomas Vondra <tomas.vondra@postgresql.org>

Commit: 2e08d314ed07363636a5da65f2a3abf7135f8ba8
Author: Tomas Vondra <tomas.vondra@postgresql.org>
Date: 2020-05-01T22:36:25Z
Releases: 13.0
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

Files

PathChange+/−
src/backend/postmaster/pgstat.c modified +1 −1

Discussion