diff options
Diffstat (limited to 'src/include/access/tupmacs.h')
-rw-r--r-- | src/include/access/tupmacs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/access/tupmacs.h b/src/include/access/tupmacs.h index baaf4bd0ac0..177b68c5ecf 100644 --- a/src/include/access/tupmacs.h +++ b/src/include/access/tupmacs.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: tupmacs.h,v 1.11 1999/07/15 15:20:56 momjian Exp $ + * $Id: tupmacs.h,v 1.12 1999/12/21 00:06:42 wieck Exp $ * *------------------------------------------------------------------------- */ @@ -88,7 +88,7 @@ ) \ : \ ( \ - (cur_offset) + VARSIZE(DatumGetPointer(attval)) \ + (cur_offset) + VARATT_SIZE(DatumGetPointer(attval)) \ ) \ ) |