Re: [HACKERS] Backend problem with large objects

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: Ian Grant <I(dot)A(dot)N(dot)Grant(at)damtp(dot)cam(dot)ac(dot)uk>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Backend problem with large objects
Date: 1999-02-02 13:59:08
Message-ID: 199902021359.WAA00431@ext16.sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 1999-02-02 14:35:30 Re: [HACKERS] Postgres Speed or lack thereof
Previous Message Jan Wieck 1999-02-02 13:19:25 Re: [HACKERS] Small patches in copy.c and trigger.c