Alvaro Herrera wrote:> Additionally, I found that no callers of LockReleaseAll and LockRelease> had any use for their return values, so I made them return void.
Is there a reason we can't just elog(ERROR) rather than returning?
-Neil