Skip to content
Snippets Groups Projects
Commit 8875d098 authored by Tom Lane's avatar Tom Lane
Browse files

Fix oversight in coding of _bt_start_vacuum: we can't assume that the LWLock

will be released by transaction abort before _bt_end_vacuum gets called.
If either of these "can't happen" errors actually happened, we'd freeze up
trying to acquire an already-held lock.  Latest word is that this does
not explain Martin Pitt's trouble report, but it still looks like a bug.
parent 452427d0
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment