pgsql/src/include/access (htup.h)

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/include/access (htup.h)
Date: 2000-08-07 20:15:44
Message-ID: 200008072015.e77KFic16537@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Monday, August 7, 2000 @ 16:15:41
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/include/access
from hub.org:/home/projects/pgsql/tmp/cvs-serv16467/src/include/access

Modified Files:
htup.h

----------------------------- Log Message -----------------------------

TOAST mop-up work: update comments for tuple-size-related symbols such
as MaxHeapAttributeNumber. Increase MaxAttrSize to something more
reasonable (given what it's used for, namely checking char(n) declarations,
I didn't make it the full 1G that it could theoretically be --- 10Mb
seemed a more reasonable number). Improve calculation of MaxTupleSize.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-08-07 20:15:58 pgsql/src/include/storage (bufmgr.h itemid.h)
Previous Message Tom Lane 2000-08-07 20:15:38 pgsql/src/backend/utils/adt (varbit.c)