Re: [HACKERS] Backend problem with large objects - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: [HACKERS] Backend problem with large objects
Date
Msg-id 199902021359.WAA00431@ext16.sra.co.jp
Whole thread Raw
In response to Backend problem with large objects  (Ian Grant <I.A.N.Grant@damtp.cam.ac.uk>)
Responses Re: [HACKERS] Backend problem with large objects  (Ian Grant <I.A.N.Grant@damtp.cam.ac.uk>)
List pgsql-hackers
> I am writing a Postgres interface for Guile. (I know, I am the other one
> of the two people doing this!)
> 
> I sent a message at the weekend, but I used mime encoding of the files
> which I understand some people have difficulty decoding, so here is my
> report again, in the clear this time. 
> 
> I am having problems with my large object interface. In particular I get
> the error
> 
>     ERROR: heap_fetch: xinv19073 relation: ReadBuffer(81aeefe) failed
> 
> from the backend.

Reproduced here too. Seems very old and known problem of large object
(writing into in the middle of a large object does not work).
---
Tatsuo Ishii



pgsql-hackers by date:

Previous
From: jwieck@debis.com (Jan Wieck)
Date:
Subject: Re: [HACKERS] Small patches in copy.c and trigger.c
Next
From: jwieck@debis.com (Jan Wieck)
Date:
Subject: Re: [HACKERS] Postgres Speed or lack thereof