Re: tuple help

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: tuple help
Дата
Msg-id 10098.985070835@sss.pgh.pa.us
обсуждение исходный текст
Ответ на tuple help  ("John B. Abela" <abela@4cm.com>)
Список pgsql-general
"John B. Abela" <abela@4cm.com> writes:
> We have came up against the "tuple to big" error.
> We know we need to recompile it... we just don't know what settings, and
> such issues.

BLCKSZ in src/include/config.h is the magic number.  Set to 32768,
make clean/all/install, initdb.

However, you should give serious consideration to skipping all that
BS and running 7.1 (beta6 or later) instead.  If you're still in
development phase then I see no reason to stick with 7.0.*.

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: "John B. Abela"
Дата:
Сообщение: tuple help
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: concurrent updates problem