Re: Fastpath error on solaris 2.8 pgsql 7.1.3

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Fastpath error on solaris 2.8 pgsql 7.1.3
Дата
Msg-id 21968.998945003@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Fastpath error on solaris 2.8 pgsql 7.1.3  (T.R.Missner@Level3.com)
Ответы RE: Fastpath error on solaris 2.8 pgsql 7.1.3
Список pgsql-jdbc
T.R.Missner@Level3.com writes:
> FastPath call returned ERROR:  lo_write: invalid large obj descriptor (0)

Usually this indicates that you didn't have the lo_open ... lo_write
... lo_close sequence wrapped in a transaction block (BEGIN/COMMIT
SQL commands).  Since it's erratic for you, I'd bet that some of your
application control paths have the BEGIN and some don't.

            regards, tom lane

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

Предыдущее
От: "chris markiewicz"
Дата:
Сообщение: RE: Fastpath error on solaris 2.8 pgsql 7.1.3
Следующее
От: Rene Pijlman
Дата:
Сообщение: Re: Re: Proposal to fix Statement.executeBatch()