pgsql: injection_points: Fix incrementation of variable-numbered stats

2025-09-16 Thread Michael Paquier
injection_points: Fix incrementation of variable-numbered stats The pending entry was not used when incrementing its data, directly manipulating the shared memory pointer, without even locking it. This could mean losing statistics under concurrent activity. The flush callback was a no-op. This

pgsql: injection_points: Fix incrementation of variable-numbered stats

2025-09-16 Thread Michael Paquier
injection_points: Fix incrementation of variable-numbered stats The pending entry was not used when incrementing its data, directly manipulating the shared memory pointer, without even locking it. This could mean losing statistics under concurrent activity. The flush callback was a no-op. This