diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2020-03-26 11:51:39 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2020-03-26 14:08:15 +0100 |
commit | ce28a43ffa89b49584e75d6bb9f8ae03a8e13151 (patch) | |
tree | 0ad2ce62fdd83f70be5c2c7162053a89053502ec /src/tutorial/advanced.source | |
parent | 2af8894c409d0464d4f29449ac39d7d229ccc6ef (diff) |
Drop slot's LWLock before returning from SaveSlotToPath()
When SaveSlotToPath() is called with elevel=LOG, the early exits didn't
release the slot's io_in_progress_lock.
This could result in a walsender being stuck on the lock forever. A
possible way to get into this situation is if the offending code paths
are triggered in a low disk space situation.
Author: Pavan Deolasee <pavan.deolasee@2ndquadrant.com>
Reported-by: Craig Ringer <craig@2ndquadrant.com>
Discussion: https://www.postgresql.org/message-id/flat/56a138c5-de61-f553-7e8f-6789296de785%402ndquadrant.com
Diffstat (limited to 'src/tutorial/advanced.source')
0 files changed, 0 insertions, 0 deletions