Re: problem with fe/be protocol and large objects - Mailing list pgsql-hackers

From Eric Marsden
Subject Re: problem with fe/be protocol and large objects
Date
Msg-id wzin1apd40q.fsf@mail.dotcom.fr
Whole thread Raw
In response to problem with fe/be protocol and large objects  (Eric Marsden <emarsden@mail.dotcom.fr>)
List pgsql-hackers
>>>>> "tl" == Tom Lane <tgl@sss.pgh.pa.us> writes:
 ecm> ERROR:  lo_tell: invalid large object descriptor (0)
 tl> Are you remembering to wrap this sequence in a transaction block tl> (begin/end)? LO descriptors are only valid
tillend of tl> transaction.
 

that was it, thanks. The code used to work with PostgreSQL 6.3, and I
hadn't seen the relevant warning in the programmer's guide.

-- 
Eric Marsden                          <URL:http://www.laas.fr/~emarsden/>


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Shutdown term
Next
From: "Ken Hirsch"
Date:
Subject: Re: WAL & SHM principles