Changeset: cff7d70dfb25 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/cff7d70dfb25
Modified Files:
gdk/gdk_bbp.c
Branch: default
Log Message:
A parenthesis went AWOL.
diffs (12 lines):
diff --git a/gdk/gdk_bbp.c b/gdk/gdk_bbp.c
--- a/gdk/gdk_bbp.c
+++ b/gdk/gdk_bbp.c
@@ -146,7 +146,7 @@ static ATOMIC_TYPE BBPtransid = ATOMIC_V
#define BATshared(b) \
((!VIEWtparent(b) && (ATOMIC_GET(&(b)->theap->refs) & HEAPREFS) > 1) ||
\
- ((b)->tvheap && !VIEWvtparent(b) && (ATOMIC_GET(&(b)->tvheap->refs) &
HEAPREFS) > 1)
+ ((b)->tvheap && !VIEWvtparent(b) && (ATOMIC_GET(&(b)->tvheap->refs) &
HEAPREFS) > 1))
static void
BBP_insert(bat i)
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]