Re-add tracking of wait event SLRUFlushSync

Michael Paquier <michael@paquier.xyz>

Commit: aeb6f4b3b0d079155f9129ff6b043e9c8a926e72
Author: Michael Paquier <michael@paquier.xyz>
Date: 2023-04-25T22:30:47Z
Releases: 14.8
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

Files

PathChange+/−
src/backend/access/transam/slru.c modified +2 −0

Discussion