Re: Fastpath error on solaris 2.8 pgsql 7.1.3

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: T(dot)R(dot)Missner(at)Level3(dot)com
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Fastpath error on solaris 2.8 pgsql 7.1.3
Date: 2001-08-27 20:43:23
Message-ID: 21968.998945003@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

T(dot)R(dot)Missner(at)Level3(dot)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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Ralf Reissig 2001-08-27 22:25:23 Transaction Isolation - read uncommitted
Previous Message Barry Lind 2001-08-27 18:23:08 Re: Re: [BUGS] Bug #428: Another security issue with the JDBC driver.