Re: Possible Bug

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Possible Bug
Дата
Msg-id 15416.1014150792@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Possible Bug  ("Chuck Handshy" <chuck.handshy@gcinet.net>)
Список pgsql-bugs
"Chuck Handshy" <chuck.handshy@gcinet.net> writes:
> When you pass a oid to the lo_open it doesn't seem to be able to accept
> it and cause and error to be generated in the log file: ERROR:
> lo_lseek: invalid large obj descriptor (0) <- Note descriptor (0), I
> passed 16832 to it as the oid.

Descriptor 0 is fine.

I suspect you have forgotten to establish a transaction block
(begin/end) around the LO operations.  The descriptor returned by
lo_open is only good for the duration of the transaction block.

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Eugene Pervago
Дата:
Сообщение: crash on cash_words('21,474,836.48'::money)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Postgresql 7.1.3 not thread safe