Re: [SQL] Problem with large tuples.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Palle Girgensohn <girgen(at)partitur(dot)se>
Cc: Dirk Lutzebaeck <lutzeb(at)aeccom(dot)com>, Patrik Kudo <kudo(at)partitur(dot)se>, "pgsql-sql(at)postgreSQL(dot)org" <pgsql-sql(at)postgreSQL(dot)org>
Subject: Re: [SQL] Problem with large tuples.
Date: 2000-01-25 17:18:21
Message-ID: 14014.948820701@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Palle Girgensohn <girgen(at)partitur(dot)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

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Bruce Momjian 2000-01-25 20:08:46 Re: [SQL] Duplicate tuples with unique index
Previous Message Tom Lane 2000-01-25 17:16:46 Re: [SQL] DISTINCT ON: speak now or forever hold your peace