Re: tuple help

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "John B(dot) Abela" <abela(at)4cm(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: tuple help
Date: 2001-03-20 06:47:15
Message-ID: 10098.985070835@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"John B. Abela" <abela(at)4cm(dot)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

In response to

  • tuple help at 2001-03-20 06:18:03 from John B. Abela

Browse pgsql-general by date

  From Date Subject
Next Message Joshua Drake 2001-03-20 10:39:20 New Book: PostgreSQL: The Elephant Never Forgets
Previous Message John B. Abela 2001-03-20 06:18:03 tuple help