mirror of
https://github.com/postgres/postgres.git
synced 2025-11-17 00:02:52 -05:00
dsm_control->nitems never decreases, so this is testing whether the server has *ever* run out of DSM segments, not whether it is *currently* out of DSM segments. Reported off-list by Amit Kapila.