pgsql: Re-add tracking of wait event SLRUFlushSync

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Re-add tracking of wait event SLRUFlushSync
Date: 2023-04-25 22:32:23
Message-ID: E1prRCw-004uee-5b@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/aeb6f4b3b0d079155f9129ff6b043e9c8a926e72

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

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2023-04-25 22:45:38 pgsql: Remove bogus #include added by d4e71df6d75.
Previous Message Michael Paquier 2023-04-25 22:18:04 pgsql: Re-add tracking of wait event SLRUFlushSync