summaryrefslogtreecommitdiff
path: root/src/include/access/tupmacs.h
diff options
context:
space:
mode:
authorJan Wieck <JanWieck@Yahoo.com>1999-12-21 00:06:44 +0000
committerJan Wieck <JanWieck@Yahoo.com>1999-12-21 00:06:44 +0000
commite2aef4969450da69bc759e19f62a2d6caec4a3d9 (patch)
tree1b64627630f068240b58bbe85d5c5edacfb857c3 /src/include/access/tupmacs.h
parent2c29c96ed6679861e1e5dec82ac7182549fcde45 (diff)
Added empty TOASTER files and corrected some minor glitches
in regression tests. Jan
Diffstat (limited to 'src/include/access/tupmacs.h')
-rw-r--r--src/include/access/tupmacs.h4
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)) \
) \
)