Remove pg_xact entry from SLRU stats
authorTomas Vondra <[email protected]>
Fri, 1 May 2020 22:36:25 +0000 (00:36 +0200)
committerTomas Vondra <[email protected]>
Fri, 1 May 2020 22:36:25 +0000 (00:36 +0200)
commit2e08d314ed07363636a5da65f2a3abf7135f8ba8
tree027ef00a878ff23104dd551c817436fb719b9674
parent0da06d9faf9e865c7d16a358a30ebe1a0014a709
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
src/backend/postmaster/pgstat.c