Re: [SQL] Problem with large tuples. - Mailing list pgsql-sql

From Tom Lane
Subject Re: [SQL] Problem with large tuples.
Date
Msg-id 14014.948820701@sss.pgh.pa.us
Whole thread Raw
In response to Re: [SQL] Problem with large tuples.  (Palle Girgensohn <girgen@partitur.se>)
List pgsql-sql
Palle Girgensohn <girgen@partitur.se> writes:
> Dirk Lutzebaeck wrote:
>> You might also need to patch vio.c. Get it from the latest snapshot...

> vio.c?  Can't find it the 6.5.3 sources. I guess that means I don't need to patch it, right? ;)

I think he meant src/backend/access/heap/hio.c; there's a patch in there
that defends against adding an oversize tuple to a relation, IIRC.
        regards, tom lane


pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: [SQL] DISTINCT ON: speak now or forever hold your peace
Next
From: Bruce Momjian
Date:
Subject: Re: [SQL] Duplicate tuples with unique index