Changeset: d95dd109da9e for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/d95dd109da9e
Modified Files:
monetdb5/optimizer/opt_mitosis.c
Branch: default
Log Message:
Layout.
diffs (15 lines):
diff --git a/monetdb5/optimizer/opt_mitosis.c b/monetdb5/optimizer/opt_mitosis.c
--- a/monetdb5/optimizer/opt_mitosis.c
+++ b/monetdb5/optimizer/opt_mitosis.c
@@ -77,8 +77,9 @@ OPTmitosisImplementation(Client cntxt, M
goto bailout;
}
- /* rtree functions should not be optimized by mitosis
(single-threaded execution) */
- if ( getModuleId(p) == rtreeRef){
+ /* rtree functions should not be optimized by mitosis
+ * (single-threaded execution) */
+ if (getModuleId(p) == rtreeRef) {
pieces = 0;
goto bailout;
}
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]