Re: tuple help - Mailing list pgsql-general

From Tom Lane
Subject Re: tuple help
Date
Msg-id 10098.985070835@sss.pgh.pa.us
Whole thread Raw
In response to tuple help  ("John B. Abela" <abela@4cm.com>)
List 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 by date:

Previous
From: "John B. Abela"
Date:
Subject: tuple help
Next
From: Richard Huxton
Date:
Subject: Re: concurrent updates problem