Обсуждение: tuple concurrently updated

Поиск
Список
Период
Сортировка

tuple concurrently updated

От
yamt@mwd.biglobe.ne.jp (YAMAMOTO Takashi)
Дата:
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