Update of /cvsroot/monetdb/MonetDB5/src/modules/mal/Tests In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32339/Tests
Modified Files:
inspect05.stable.out
Log Message:
New signatures have been added.
Index: inspect05.stable.out
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/Tests/inspect05.stable.out,v
retrieving revision 1.340
retrieving revision 1.341
diff -u -d -r1.340 -r1.341
--- inspect05.stable.out 12 Oct 2007 17:40:10 -0000 1.340
+++ inspect05.stable.out 28 Oct 2007 10:04:15 -0000 1.341
@@ -2049,6 +2049,7 @@
[ "vm_maxsize", "command", "status",
"():lng ",
"SYSgetvm_maxsize;"
]
[ "vm_cursize", "command", "status",
"():lng ",
"SYSgetvm_cursize;"
]
[ "vmStatistics", "command", "status",
"(minsize:lng):bat[:str,:lng] ",
"SYSvm_usage;"
]
+[ "!=", "command", "calc",
"(v:inet,w:inet):bit ",
"INET_comp_NEQ;" ]
[ "!=", "command", "calc",
"(v:timestamp,w:timestamp):bit ",
"MTIMEtimestamp_NEQ;"
]
[ "!=", "command", "calc",
"(v:daytime,w:daytime):bit ",
"MTIMEdaytime_NEQ;"
]
[ "!=", "command", "calc",
"(v:date,w:date):bit ",
"MTIMEdate_NEQ;"
]
@@ -2306,6 +2307,8 @@
[ "/", "command", "calc",
"(left:flt,right:sht):flt ",
"CALCbinarycheckDIVfltsht;"
]
[ "/", "command", "calc",
"(left:flt,right:bte):flt ",
"CALCbinarycheckDIVfltbte;"
]
[ "/", "command", "calc",
"(left:flt,right:chr):flt ",
"CALCbinarycheckDIVfltchr;"
]
+[ "<=", "command", "calc",
"(v:inet,w:inet):bit ",
"INET_comp_LE;" ]
+[ "<", "command", "calc",
"(v:inet,w:inet):bit ",
"INET_comp_LT;" ]
[ "<=", "command", "calc",
"(v:timestamp,w:timestamp):bit ",
"MTIMEtimestamp_LE;"
]
[ "<", "command", "calc",
"(v:timestamp,w:timestamp):bit ",
"MTIMEtimestamp_LT;"
]
[ "<=", "command", "calc",
"(v:daytime,w:daytime):bit ",
"MTIMEdaytime_LE;"
]
@@ -2377,6 +2380,7 @@
[ "<", "command", "calc",
"(left:flt,right:flt):bit ",
"CALCcompLTfltflt;"
]
[ "<=", "command", "calc",
"(left:oid,right:oid):bit ",
"CALCcompLEoidoid;"
]
[ "<", "command", "calc",
"(left:oid,right:oid):bit ",
"CALCcompLToidoid;"
]
+[ "=", "command", "calc",
"(v:inet,w:inet):bit ",
"INET_comp_EQ;" ]
[ "==", "command", "calc",
"(v:timestamp,w:timestamp):bit ",
"MTIMEtimestamp_EQ;"
]
[ "==", "command", "calc",
"(v:daytime,w:daytime):bit ",
"MTIMEdaytime_EQ;"
]
[ "==", "command", "calc",
"(v:date,w:date):bit ",
"MTIMEdate_EQ;"
]
@@ -2416,6 +2420,8 @@
[ "==", "command", "calc",
"(left:flt,right:dbl):bit ",
"CALCcompEQfltdbl;"
]
[ "==", "command", "calc",
"(left:flt,right:flt):bit ",
"CALCcompEQfltflt;"
]
[ "==", "command", "calc",
"(left:oid,right:oid):bit ",
"CALCcompEQoidoid;"
]
+[ ">=", "command", "calc",
"(v:inet,w:inet):bit ",
"INET_comp_GE;" ]
+[ ">", "command", "calc",
"(v:inet,w:inet):bit ",
"INET_comp_GT;" ]
[ ">=", "command", "calc",
"(v:timestamp,w:timestamp):bit ",
"MTIMEtimestamp_GE;"
]
[ ">", "command", "calc",
"(v:timestamp,w:timestamp):bit ",
"MTIMEtimestamp_GT;"
]
[ ">=", "command", "calc",
"(v:daytime,w:daytime):bit ",
"MTIMEdaytime_GE;"
]
@@ -2613,6 +2619,9 @@
[ "flt", "command", "calc",
"(x:flt):flt ",
"CALCflt2flt;"
]
[ "getBAT", "command", "calc",
"(b:BAT):bat[:any_1,:any_2] ",
"CALCbatid2bat;"
]
[ "getBATidentifier", "command", "calc",
"(b:bat[:any_1,:any_2]):BAT ",
"CALCbat2batid;"
]
+[ "isnil", "command", "calc", "(v:inet):bit
",
"INET_isnil;" ]
+[ "inet", "command", "calc", "(s:str):inet
",
"INET_fromstr;" ]
+[ "inet", "command", "calc",
"(s:inet):inet ",
"INET_inet;" ]
[ "isnil", "command", "calc",
"(v:timestamp):bit ",
"MTIMEtimestamp_isnil;"
]
[ "isnil", "command", "calc",
"(v:daytime):bit ",
"MTIMEdaytime_isnil;"
]
[ "isnil", "command", "calc",
"(v:date):bit ",
"MTIMEdate_isnil;"
]
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins
