On 15/09/10 05:47, Tom Lane wrote:
Fujii Masao<masao.fujii@gmail.com> writes:
is a complete violation of the spinlock coding rules re the length of
time you're supposed to hold the lock. Heikki?
Fujii Masao<masao.fujii@gmail.com> writes:
In HEAD, OwnLatch can elog during holding the spinlock WalSnd->mutex.
This seems to be unsafe
Even if it were safe, holding a spinlock through non-straight-line codeThis seems to be unsafe
is a complete violation of the spinlock coding rules re the length of
time you're supposed to hold the lock. Heikki?
is released.