pgsql: Remove pg_xact entry from SLRU stats

From: Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove pg_xact entry from SLRU stats
Date: 2020-05-01 23:35:14
Message-ID: E1jUfBa-0006ZI-Fs@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2e08d314ed07363636a5da65f2a3abf7135f8ba8

Modified Files
--------------
src/backend/postmaster/pgstat.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2020-05-02 03:53:20 Re: pgsql: Rationalize GetWalRcv{Write,Flush}RecPtr().
Previous Message Tom Lane 2020-05-01 21:28:24 pgsql: Get rid of trailing semicolons in C macro definitions.