pgsql: Fix performance regression with flush of pending fixed-numbered

2025-07-27 Thread Michael Paquier
Fix performance regression with flush of pending fixed-numbered stats The callback added in fc415edf8ca8 used to check if there is any pending data to flush for fixed-numbered statistics, done by looping across all the builtin and custom stats kinds with a call to have_fixed_pending_cb, is proving

pgsql: Fix performance regression with flush of pending fixed-numbered

2025-07-27 Thread Michael Paquier
Fix performance regression with flush of pending fixed-numbered stats The callback added in fc415edf8ca8 used to check if there is any pending data to flush for fixed-numbered statistics, done by looping across all the builtin and custom stats kinds with a call to have_fixed_pending_cb, is proving