Thread: tuple concurrently updated

tuple concurrently updated

From
yamt@mwd.biglobe.ne.jp (YAMAMOTO Takashi)
Date:
hi,

i often get the following when doing concurrent lowrite() to the same block.
is it an expected behaviour?  at least it would be more helpful if it
returns a little more specific error than ERRCODE_INTERNAL_ERROR.

ERROR:  tuple concurrently updated
STATEMENT:  select lowrite(lo_open(16405,131072),'hoge');

YAMAMOTO Takashi