Changeset: b5c3f0470356 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b5c3f0470356
Modified Files:
sql/backends/monet5/sql_gencode.c
Branch: sciql
Log Message:
add a bit documentation
diffs (14 lines):
diff --git a/sql/backends/monet5/sql_gencode.c
b/sql/backends/monet5/sql_gencode.c
--- a/sql/backends/monet5/sql_gencode.c
+++ b/sql/backends/monet5/sql_gencode.c
@@ -2285,6 +2285,10 @@ add_materialise_stmt(MalBlkPtr mb, sql_r
found = 1;
}
if (!found) {
+ /* newStmt(): if both 'module' and
'name' are string constants;
+ * newStmt1(): if 'module' is a
reference and 'name' is a string const;
+ * newStmt2(): if both 'module' and
'name' are references
+ */
InstrPtr q = newStmt1(mb, sciqlRef,
"materialise");
q = pushSchema(mb, q, t);
(void) pushStr(mb, q, t->base.name);
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list