Re: TUPLE SIZE HELP

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Thomas Swan <tswan@olemiss.edu>
Cc: pgsql-hackers@postgresql.org
Date: 2000-07-17T21:35:37Z
Lists: pgsql-hackers
Thomas Swan <tswan@olemiss.edu> writes:
> I've gone through the source some and found where MaxTupleSize is defined, 
> but I'm not sure what would be acceptable values to set it to.

That would be the wrong thing to change in any case.  BLCKSZ in
include/config.h is the value you can twiddle.

			regards, tom lane