Re: fastpath error?

Поиск
Список
Период
Сортировка
От Peter Mount
Тема Re: fastpath error?
Дата
Msg-id 5.0.2.1.0.20010329101120.01fcbdd0@mail.retep.org.uk
обсуждение исходный текст
Ответ на fastpath error?  ("chris markiewicz" <cmarkiew@commnav.com>)
Ответы RE: fastpath error?
Список pgsql-general
At 07:56 28/03/01 -0500, chris markiewicz wrote:
>Hello.
>
>I am occasionally (seemingly randomly) seeing the following error when I try
>to load a large object.
>
>FastPath call returned ERROR:  lo_close: invalid large obj descriptor (0)

You must setAutoCommit(false) before using any large object.

Can someone give me some insight on this?  Can I call lo_close explicitly if
>i get this error?  Can I ignore it or will that leave me with open
>resources?

There are no open resources at the time of the error. Because lo's need to
be within a transaction when the transaction closes, so do the lo's.

Peter


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

Предыдущее
От: Karel Zak
Дата:
Сообщение: Re: stored procedure and timestamp
Следующее
От: Peter Mount
Дата:
Сообщение: Re: [JDBC] Logging Queries