|
7 | 7 | * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
|
8 | 8 | * Portions Copyright (c) 1994, Regents of the University of California
|
9 | 9 | *
|
10 |
| - * $PostgreSQL: pgsql/src/include/access/heapam.h,v 1.108 2006/04/24 22:06:32 momjian Exp $ |
| 10 | + * $PostgreSQL: pgsql/src/include/access/heapam.h,v 1.109 2006/04/24 22:17:04 momjian Exp $ |
11 | 11 | *
|
12 | 12 | *-------------------------------------------------------------------------
|
13 | 13 | */
|
@@ -100,7 +100,7 @@ extern Datum fastgetattr(HeapTuple tup, int attnum, TupleDesc tupleDesc,
|
100 | 100 | ( \
|
101 | 101 | ((attnum) > (int) (tup)->t_data->t_natts) ? \
|
102 | 102 | ( \
|
103 |
| -((isnull) != NULL) ? (*(isnull) = true) : (dummyret)NULL), \ |
| 103 | +(((isnull) != NULL) ? (*(isnull) = true) : (dummyret)NULL), \ |
104 | 104 | (Datum)NULL \
|
105 | 105 | ) \
|
106 | 106 | : \
|
|