mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-14 11:40:38 +00:00
MaxBackends doesn't include auxiliary processes. Whenever an aux process made IO operations that updated the counters, they would scribble over shared memory beoynd the end of the array. The relsize cache hash table comes after the array, so the symptom was an error about hash table corruption in the relsize cache hash.