Thread: pgsql/src/backend/utils/adt (varbit.c)

pgsql/src/backend/utils/adt (varbit.c)

From
Tom Lane
Date:
  Date: Monday, August  7, 2000 @ 16:15:38
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/utils/adt
     from hub.org:/home/projects/pgsql/tmp/cvs-serv16467/src/backend/utils/adt

Modified Files:
    varbit.c

-----------------------------  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.