git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 88fc941)
Add one more paren to macro.
2006年4月24日 22:17:04 +0000 (22:17 +0000)
2006年4月24日 22:17:04 +0000 (22:17 +0000)

diff --git a/src/include/access/heapam.h b/src/include/access/heapam.h
index fdcdda77097453b2a84534aa5e5f68a427b6861b..74de1f7724c42a9e568fe4335b4131bda67671bb 100644 (file)
--- a/src/include/access/heapam.h
+++ b/src/include/access/heapam.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/heapam.h,v 1.108 2006年04月24日 22:06:32 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/heapam.h,v 1.109 2006年04月24日 22:17:04 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -100,7 +100,7 @@ extern Datum fastgetattr(HeapTuple tup, int attnum, TupleDesc tupleDesc,
( \
((attnum) > (int) (tup)->t_data->t_natts) ? \
( \
- ((isnull) != NULL) ? (*(isnull) = true) : (dummyret)NULL), \
+ (((isnull) != NULL) ? (*(isnull) = true) : (dummyret)NULL), \
(Datum)NULL \
) \
: \
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /