projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
994cfba
)
Fix for macro for AIX.
author
Bruce Momjian
Tue, 8 Sep 1998 15:24:11 +0000
(15:24 +0000)
committer
Bruce Momjian
Tue, 8 Sep 1998 15:24:11 +0000
(15:24 +0000)
src/include/access/tupmacs.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/access/tupmacs.h
b/src/include/access/tupmacs.h
index df2b9ded3c1a9988707a549f138f536a993dd31c..832b5321b0ea0730d3db21110492c1d8a1bab877 100644
(file)
--- 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.
6 1998/09/07 05:35:45
momjian Exp $
+ * $Id: tupmacs.h,v 1.
7 1998/09/08 15:24:11
momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@
-75,7
+75,7
@@
( \
((attlen) == sizeof(char)) ? \
( \
- (cur_offset) \
+ (
long)(
cur_offset) \
) \
: \
( \