Re: Fastpath error on solaris 2.8 pgsql 7.1.3 - Mailing list pgsql-jdbc

From Tom Lane
Subject Re: Fastpath error on solaris 2.8 pgsql 7.1.3
Date
Msg-id 21968.998945003@sss.pgh.pa.us
Whole thread Raw
In response to Fastpath error on solaris 2.8 pgsql 7.1.3  (T.R.Missner@Level3.com)
Responses RE: Fastpath error on solaris 2.8 pgsql 7.1.3  ("chris markiewicz" <cmarkiew@commnav.com>)
List 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 by date:

Previous
From: "chris markiewicz"
Date:
Subject: RE: Fastpath error on solaris 2.8 pgsql 7.1.3
Next
From: Rene Pijlman
Date:
Subject: Re: Re: Proposal to fix Statement.executeBatch()