pgsql: Re-add tracking of wait event SLRUFlushSync - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Re-add tracking of wait event SLRUFlushSync
Date
Msg-id E1prQz5-004uYh-3Z@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Re-add tracking of wait event SLRUFlushSync

SLRUFlushSync has been accidently removed during dee663f, that has moved
the flush of the SLRU files to the checkpointer, so add it back.  The
issue has been noticed by Thomas when checking for orphaned wait
events.

Author: Thomas Munro
Reviewed-by: Bharath Rupireddy
Discussion: https://postgr.es/m/CA+hUKGK6tqm59KuF1z+h5Y8fsWcu5v8+84kduSHwRzwjB2aa_A@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/84cc1426745b4bc91242caec9173a2ca19a4af79

Modified Files
--------------
src/backend/access/transam/slru.c | 2 ++
1 file changed, 2 insertions(+)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: Fix vacuum_cost_delay check for balance calculation.
Next
From: Michael Paquier
Date:
Subject: pgsql: Re-add tracking of wait event SLRUFlushSync