summaryrefslogtreecommitdiff
path: root/src/include/utils
diff options
context:
space:
mode:
authorTom Lane2000-08-07 20:16:13 +0000
committerTom Lane2000-08-07 20:16:13 +0000
commit022417740094620880488dd9b04fbb96ff11694b (patch)
treefa7a1b0853207355cb1f180d126b939c899825e2 /src/include/utils
parentd2165a4a5d7786ecd43becf8e040c5764d35ca16 (diff)
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.
Diffstat (limited to 'src/include/utils')
-rw-r--r--src/include/utils/varbit.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/utils/varbit.h b/src/include/utils/varbit.h
index 172cb4c6c4d..06f51f429cb 100644
--- a/src/include/utils/varbit.h
+++ b/src/include/utils/varbit.h
@@ -18,8 +18,6 @@ struct varbita
bits8 vl_dat[1];
};
-#undef BITSPERBYTE /* sometimes declared in <values.h> */
-#define BITSPERBYTE 8
#define VARBITHDRSZ sizeof(int32)
/* Number of bits in this bit string */
#define VARBITLEN(PTR) (((struct varbita *)VARDATA(PTR))->vl_len)