Re: [SQL] Problem with large tuples.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [SQL] Problem with large tuples.
Дата
Msg-id 14014.948820701@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [SQL] Problem with large tuples.  (Palle Girgensohn <girgen@partitur.se>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [SQL] DISTINCT ON: speak now or forever hold your peace
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [SQL] Duplicate tuples with unique index