Re: problem with fe/be protocol and large objects

From: Eric Marsden <emarsden(at)mail(dot)dotcom(dot)fr>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: problem with fe/be protocol and large objects
Date: 2001-03-13 16:31:33
Message-ID: wzin1apd40q.fsf@mail.dotcom.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>>>>> "tl" == Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)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 till end 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/>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-03-13 16:37:40 Re: Performance monitor
Previous Message Zeugswetter Andreas SB 2001-03-13 16:14:57 AW: RE: xlog loose ends, continued