Make StandbyAcquireAccessExclusiveLock() more resilent with OOMs
Michael Paquier <michael@paquier.xyz>
Make StandbyAcquireAccessExclusiveLock() more resilent with OOMs In StandbyReleaseXidEntryLocks, a failure in acquiring a lock with LockAcquire() due to an out-of-memory problem would lead to an inconsistency with the lock state cached in the startup process, impacting the list of RecoveryLockXidEntrys. The code is updated here so as the cached state is updated once the lock is acquired. This problem is unlikely going to happen in practice. Even if it were to show up, it would translate to a LOG message for non-assert builds (assertion failure otherwise), so no backpatch is done. This commit is in the same spirit as 29fb598b9cad, with a problem emulated by injecting random failures for allocations. Reported-by: Alexander Lakhin <exclusion@gmail.com> Author: Matthias van de Meent <boekewurm+postgres@gmail.com> Discussion: https://postgr.es/m/e77acaac-a1b3-40b3-99ee-5769b4e453e4@gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/storage/ipc/standby.c | modified | +5 −5 |
Discussion
- Unexpected behavior after OOM errors 14 messages · 2026-06-17 → 2026-06-20