Skip to content

Commit 6f84e86

Browse files
committed
Fix for macro for AIX.
1 parent 994cfba commit 6f84e86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/access/tupmacs.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: tupmacs.h,v 1.6 1998/09/07 05:35:45 momjian Exp $
9+
* $Id: tupmacs.h,v 1.7 1998/09/08 15:24:11 momjian Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -75,7 +75,7 @@
7575
( \
7676
((attlen) == sizeof(char)) ? \
7777
( \
78-
(cur_offset) \
78+
(long)(cur_offset) \
7979
) \
8080
: \
8181
( \

0 commit comments

Comments
 (0)