Changeset: c770aef4e2ee for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c770aef4e2ee
Modified Files:
        clients/Tests/MAL-signatures_fits_geom.stable.out
        clients/Tests/MAL-signatures_fits_geom.stable.out.int128
        clients/Tests/MAL-signatures_geom.stable.out
        clients/Tests/MAL-signatures_geom.stable.out.int128
        clients/Tests/MAL-signatures_none.stable.out
        clients/Tests/MAL-signatures_none.stable.out.int128
        clients/Tests/SQL-dump_all.stable.out.oid32
        clients/Tests/SQL-dump_geom.stable.out
        clients/Tests/SQL-dump_geom.stable.out.32bit
        clients/Tests/SQL-dump_geom.stable.out.64bit.oid32
        clients/Tests/SQL-dump_geom.stable.out.int128
        clients/Tests/SQL-dump_geom.stable.out.oid32.int128
        clients/Tests/SQL-dump_none.stable.out
        clients/Tests/SQL-dump_none.stable.out.int128
        clients/mapiclient/dump.c
        clients/mapiclient/mclient.c
        gdk/gdk_bat.c
        gdk/gdk_cand.h
        gdk/gdk_delta.c
        gdk/gdk_group.c
        gdk/gdk_logger.c
        gdk/gdk_unique.c
        geom/monetdb5/geom.c
        geom/sql/Tests/relation.stable.err
        monetdb5/mal/mal_dataflow.c
        monetdb5/mal/mal_interpreter.c
        monetdb5/modules/atoms/inet.c
        sql/backends/monet5/sql_scenario.c
        sql/backends/monet5/sql_upgrades.c
        sql/storage/bat/bat_logger.c
        sql/storage/store.c
        sql/test/BugTracker-2014/Tests/inet_error_handling.Bug-3624.stable.err
        sql/test/leaks/Tests/check1.stable.out
        sql/test/leaks/Tests/check1_gsl.stable.out
        sql/test/leaks/Tests/check1_nogeom.stable.out
        sql/test/leaks/Tests/check2.stable.out
        sql/test/leaks/Tests/check2_gsl.stable.out
        sql/test/leaks/Tests/check2_nogeom.stable.out
        sql/test/leaks/Tests/check3.stable.out
        sql/test/leaks/Tests/check3_gsl.stable.out
        sql/test/leaks/Tests/check3_nogeom.stable.out
        sql/test/leaks/Tests/check4.stable.out
        sql/test/leaks/Tests/check4_gsl.stable.out
        sql/test/leaks/Tests/check4_nogeom.stable.out
        sql/test/leaks/Tests/check5.stable.out
        sql/test/leaks/Tests/check5_gsl.stable.out
        sql/test/leaks/Tests/check5_nogeom.stable.out
        sql/test/testdb-upgrade-chain/Tests/upgrade.stable.out
        sql/test/testdb-upgrade/Tests/dump.stable.out.Windows
        sql/test/testdb-upgrade/Tests/upgrade.stable.out
Branch: default
Log Message:

Merge with Oct2014 branch.


diffs (truncated from 12654 to 300 lines):

diff --git a/clients/Tests/MAL-signatures_fits_geom.stable.out 
b/clients/Tests/MAL-signatures_fits_geom.stable.out
--- a/clients/Tests/MAL-signatures_fits_geom.stable.out
+++ b/clients/Tests/MAL-signatures_fits_geom.stable.out
@@ -40053,7 +40053,7 @@ pattern querylog.call(tick1:timestamp,ti
 address QLOGcall;
 comment Add a new query call to the query log
 
-command querylog.define(q:str,pipe:str):void 
+command querylog.define(q:str,pipe:str,size:int):void 
 address QLOGdefineNaive;
 comment Noop operation, just marking the query
 
diff --git a/clients/Tests/MAL-signatures_fits_geom.stable.out.int128 
b/clients/Tests/MAL-signatures_fits_geom.stable.out.int128
--- a/clients/Tests/MAL-signatures_fits_geom.stable.out.int128
+++ b/clients/Tests/MAL-signatures_fits_geom.stable.out.int128
@@ -50993,7 +50993,7 @@ pattern querylog.call(tick1:timestamp,ti
 address QLOGcall;
 comment Add a new query call to the query log
 
-command querylog.define(q:str,pipe:str):void 
+command querylog.define(q:str,pipe:str,size:int):void 
 address QLOGdefineNaive;
 comment Noop operation, just marking the query
 
diff --git a/clients/Tests/MAL-signatures_geom.stable.out 
b/clients/Tests/MAL-signatures_geom.stable.out
--- a/clients/Tests/MAL-signatures_geom.stable.out
+++ b/clients/Tests/MAL-signatures_geom.stable.out
@@ -40029,7 +40029,7 @@ pattern querylog.call(tick1:timestamp,ti
 address QLOGcall;
 comment Add a new query call to the query log
 
-command querylog.define(q:str,pipe:str):void 
+command querylog.define(q:str,pipe:str,size:int):void 
 address QLOGdefineNaive;
 comment Noop operation, just marking the query
 
diff --git a/clients/Tests/MAL-signatures_geom.stable.out.int128 
b/clients/Tests/MAL-signatures_geom.stable.out.int128
--- a/clients/Tests/MAL-signatures_geom.stable.out.int128
+++ b/clients/Tests/MAL-signatures_geom.stable.out.int128
@@ -50969,7 +50969,7 @@ pattern querylog.call(tick1:timestamp,ti
 address QLOGcall;
 comment Add a new query call to the query log
 
-command querylog.define(q:str,pipe:str):void 
+command querylog.define(q:str,pipe:str,size:int):void 
 address QLOGdefineNaive;
 comment Noop operation, just marking the query
 
diff --git a/clients/Tests/MAL-signatures_none.stable.out 
b/clients/Tests/MAL-signatures_none.stable.out
--- a/clients/Tests/MAL-signatures_none.stable.out
+++ b/clients/Tests/MAL-signatures_none.stable.out
@@ -39846,7 +39846,7 @@ pattern querylog.call(tick1:timestamp,ti
 address QLOGcall;
 comment Add a new query call to the query log
 
-command querylog.define(q:str,pipe:str):void 
+command querylog.define(q:str,pipe:str,size:int):void 
 address QLOGdefineNaive;
 comment Noop operation, just marking the query
 
diff --git a/clients/Tests/MAL-signatures_none.stable.out.int128 
b/clients/Tests/MAL-signatures_none.stable.out.int128
--- a/clients/Tests/MAL-signatures_none.stable.out.int128
+++ b/clients/Tests/MAL-signatures_none.stable.out.int128
@@ -50785,7 +50785,7 @@ pattern querylog.call(tick1:timestamp,ti
 address QLOGcall;
 comment Add a new query call to the query log
 
-command querylog.define(q:str,pipe:str):void 
+command querylog.define(q:str,pipe:str,size:int):void 
 address QLOGdefineNaive;
 comment Noop operation, just marking the query
 
diff --git a/clients/Tests/SQL-dump_all.stable.out.oid32 
b/clients/Tests/SQL-dump_all.stable.out.oid32
--- a/clients/Tests/SQL-dump_all.stable.out.oid32
+++ b/clients/Tests/SQL-dump_all.stable.out.oid32
@@ -167,6 +167,8 @@ SYSTEM FUNCTION  sys.isaurl
 SYSTEM FUNCTION  sys.isauuid
 SYSTEM FUNCTION  sys.isempty
 SYSTEM FUNCTION  sys.issimple
+SYSTEM FUNCTION  sys.left_shift
+SYSTEM FUNCTION  sys.left_shift_assign
 SYSTEM FUNCTION  sys.length
 SYSTEM FUNCTION  sys.like
 SYSTEM FUNCTION  sys.linefromtext
@@ -210,6 +212,8 @@ SYSTEM FUNCTION  sys.relate
 SYSTEM FUNCTION  sys.resume
 SYSTEM FUNCTION  sys.reuse
 SYSTEM FUNCTION  sys.reverse
+SYSTEM FUNCTION  sys.right_shift
+SYSTEM FUNCTION  sys.right_shift_assign
 SYSTEM FUNCTION  sys.sessions
 SYSTEM FUNCTION  sys.setmasklen
 SYSTEM FUNCTION  sys.setsession
@@ -1980,18 +1984,18 @@ 2202    50      "res_0" "any"   0       0       0       0
 2203   50      "arg_1" "boolean"       1       0       1       1
 2204   50      "arg_2" "any"   0       0       1       2
 2205   50      "arg_3" "any"   0       0       1       3
-2206   68      "res_0" "tinyint"       8       0       0       0
-2207   68      "arg_1" "tinyint"       8       0       1       1
-2208   68      "arg_2" "tinyint"       8       0       1       2
-2209   69      "res_0" "smallint"      16      0       0       0
-2210   69      "arg_1" "smallint"      16      0       1       1
-2211   69      "arg_2" "smallint"      16      0       1       2
-2212   70      "res_0" "int"   32      0       0       0
-2213   70      "arg_1" "int"   32      0       1       1
-2214   70      "arg_2" "int"   32      0       1       2
-2215   71      "res_0" "oid"   31      0       0       0
-2216   71      "arg_1" "oid"   31      0       1       1
-2217   71      "arg_2" "oid"   31      0       1       2
+2206   68      "res_0" "oid"   31      0       0       0
+2207   68      "arg_1" "oid"   31      0       1       1
+2208   68      "arg_2" "oid"   31      0       1       2
+2209   69      "res_0" "tinyint"       8       0       0       0
+2210   69      "arg_1" "tinyint"       8       0       1       1
+2211   69      "arg_2" "tinyint"       8       0       1       2
+2212   70      "res_0" "smallint"      16      0       0       0
+2213   70      "arg_1" "smallint"      16      0       1       1
+2214   70      "arg_2" "smallint"      16      0       1       2
+2215   71      "res_0" "int"   32      0       0       0
+2216   71      "arg_1" "int"   32      0       1       1
+2217   71      "arg_2" "int"   32      0       1       2
 2218   72      "res_0" "bigint"        64      0       0       0
 2219   72      "arg_1" "bigint"        64      0       1       1
 2220   72      "arg_2" "bigint"        64      0       1       2
@@ -2110,266 +2114,266 @@ 2332  112     "arg_1" "boolean"       1       0       
1       1
 2333   112     "arg_2" "boolean"       1       0       1       2
 2334   113     "res_0" "boolean"       1       0       0       0
 2335   113     "arg_1" "boolean"       1       0       1       1
-2336   114     "res_0" "tinyint"       8       0       0       0
-2337   114     "arg_1" "tinyint"       8       0       1       1
-2338   114     "arg_2" "tinyint"       8       0       1       2
-2339   115     "res_0" "tinyint"       8       0       0       0
-2340   115     "arg_1" "tinyint"       8       0       1       1
-2341   115     "arg_2" "tinyint"       8       0       1       2
-2342   116     "res_0" "tinyint"       8       0       0       0
-2343   116     "arg_1" "tinyint"       8       0       1       1
-2344   116     "arg_2" "tinyint"       8       0       1       2
-2345   117     "res_0" "tinyint"       8       0       0       0
-2346   117     "arg_1" "tinyint"       8       0       1       1
-2347   117     "arg_2" "tinyint"       8       0       1       2
-2348   118     "res_0" "tinyint"       8       0       0       0
-2349   118     "arg_1" "tinyint"       8       0       1       1
-2350   118     "arg_2" "tinyint"       8       0       1       2
-2351   119     "res_0" "tinyint"       8       0       0       0
-2352   119     "arg_1" "tinyint"       8       0       1       1
-2353   119     "arg_2" "tinyint"       8       0       1       2
-2354   120     "res_0" "tinyint"       8       0       0       0
-2355   120     "arg_1" "tinyint"       8       0       1       1
-2356   120     "arg_2" "tinyint"       8       0       1       2
-2357   121     "res_0" "tinyint"       8       0       0       0
-2358   121     "arg_1" "tinyint"       8       0       1       1
-2359   122     "res_0" "tinyint"       8       0       0       0
-2360   122     "arg_1" "tinyint"       8       0       1       1
+2336   114     "res_0" "oid"   31      0       0       0
+2337   114     "arg_1" "oid"   31      0       1       1
+2338   114     "arg_2" "oid"   31      0       1       2
+2339   115     "res_0" "oid"   31      0       0       0
+2340   115     "arg_1" "oid"   31      0       1       1
+2341   115     "arg_2" "oid"   31      0       1       2
+2342   116     "res_0" "oid"   31      0       0       0
+2343   116     "arg_1" "oid"   31      0       1       1
+2344   116     "arg_2" "oid"   31      0       1       2
+2345   117     "res_0" "oid"   31      0       0       0
+2346   117     "arg_1" "oid"   31      0       1       1
+2347   117     "arg_2" "oid"   31      0       1       2
+2348   118     "res_0" "oid"   31      0       0       0
+2349   118     "arg_1" "oid"   31      0       1       1
+2350   118     "arg_2" "oid"   31      0       1       2
+2351   119     "res_0" "oid"   31      0       0       0
+2352   119     "arg_1" "oid"   31      0       1       1
+2353   119     "arg_2" "oid"   31      0       1       2
+2354   120     "res_0" "oid"   31      0       0       0
+2355   120     "arg_1" "oid"   31      0       1       1
+2356   120     "arg_2" "oid"   31      0       1       2
+2357   121     "res_0" "oid"   31      0       0       0
+2358   121     "arg_1" "oid"   31      0       1       1
+2359   122     "res_0" "oid"   31      0       0       0
+2360   122     "arg_1" "oid"   31      0       1       1
 2361   122     "arg_2" "int"   32      0       1       2
-2362   123     "res_0" "tinyint"       8       0       0       0
-2363   123     "arg_1" "tinyint"       8       0       1       1
+2362   123     "res_0" "oid"   31      0       0       0
+2363   123     "arg_1" "oid"   31      0       1       1
 2364   123     "arg_2" "int"   32      0       1       2
-2365   124     "res_0" "tinyint"       8       0       0       0
-2366   124     "arg_1" "tinyint"       8       0       1       1
-2367   125     "res_0" "tinyint"       8       0       0       0
-2368   125     "arg_1" "tinyint"       8       0       1       1
+2365   124     "res_0" "oid"   31      0       0       0
+2366   124     "arg_1" "oid"   31      0       1       1
+2367   125     "res_0" "oid"   31      0       0       0
+2368   125     "arg_1" "oid"   31      0       1       1
 2369   126     "res_0" "tinyint"       8       0       0       0
-2370   126     "arg_1" "tinyint"       8       0       1       1
-2371   127     "res_0" "tinyint"       8       0       0       0
-2372   127     "arg_1" "tinyint"       8       0       1       1
-2373   127     "arg_2" "tinyint"       8       0       1       2
-2374   128     "res_0" "tinyint"       8       0       0       0
-2375   128     "arg_1" "tinyint"       8       0       1       1
-2376   128     "arg_2" "tinyint"       8       0       1       2
+2370   126     "arg_1" "oid"   31      0       1       1
+2371   127     "res_0" "oid"   31      0       0       0
+2372   127     "arg_1" "oid"   31      0       1       1
+2373   127     "arg_2" "oid"   31      0       1       2
+2374   128     "res_0" "oid"   31      0       0       0
+2375   128     "arg_1" "oid"   31      0       1       1
+2376   128     "arg_2" "oid"   31      0       1       2
 2377   129     "res_0" "month_interval"        32      0       0       0
 2378   129     "arg_1" "month_interval"        32      0       1       1
-2379   129     "arg_2" "tinyint"       8       0       1       2
+2379   129     "arg_2" "oid"   31      0       1       2
 2380   130     "res_0" "month_interval"        32      0       0       0
 2381   130     "arg_1" "month_interval"        32      0       1       1
-2382   130     "arg_2" "tinyint"       8       0       1       2
+2382   130     "arg_2" "oid"   31      0       1       2
 2383   131     "res_0" "month_interval"        32      0       0       0
 2384   131     "arg_1" "month_interval"        32      0       1       1
-2385   131     "arg_2" "tinyint"       8       0       1       2
+2385   131     "arg_2" "oid"   31      0       1       2
 2386   132     "res_0" "month_interval"        32      0       0       0
 2387   132     "arg_1" "month_interval"        32      0       1       1
-2388   132     "arg_2" "tinyint"       8       0       1       2
+2388   132     "arg_2" "oid"   31      0       1       2
 2389   133     "res_0" "sec_interval"  19      0       0       0
 2390   133     "arg_1" "sec_interval"  19      0       1       1
-2391   133     "arg_2" "tinyint"       8       0       1       2
+2391   133     "arg_2" "oid"   31      0       1       2
 2392   134     "res_0" "sec_interval"  19      0       0       0
 2393   134     "arg_1" "sec_interval"  19      0       1       1
-2394   134     "arg_2" "tinyint"       8       0       1       2
+2394   134     "arg_2" "oid"   31      0       1       2
 2395   135     "res_0" "sec_interval"  19      0       0       0
 2396   135     "arg_1" "sec_interval"  19      0       1       1
-2397   135     "arg_2" "tinyint"       8       0       1       2
+2397   135     "arg_2" "oid"   31      0       1       2
 2398   136     "res_0" "sec_interval"  19      0       0       0
 2399   136     "arg_1" "sec_interval"  19      0       1       1
-2400   136     "arg_2" "tinyint"       8       0       1       2
-2401   137     "res_0" "smallint"      16      0       0       0
-2402   137     "arg_1" "smallint"      16      0       1       1
-2403   137     "arg_2" "smallint"      16      0       1       2
-2404   138     "res_0" "smallint"      16      0       0       0
-2405   138     "arg_1" "smallint"      16      0       1       1
-2406   138     "arg_2" "smallint"      16      0       1       2
-2407   139     "res_0" "smallint"      16      0       0       0
-2408   139     "arg_1" "smallint"      16      0       1       1
-2409   139     "arg_2" "smallint"      16      0       1       2
-2410   140     "res_0" "smallint"      16      0       0       0
-2411   140     "arg_1" "smallint"      16      0       1       1
-2412   140     "arg_2" "smallint"      16      0       1       2
-2413   141     "res_0" "smallint"      16      0       0       0
-2414   141     "arg_1" "smallint"      16      0       1       1
-2415   141     "arg_2" "smallint"      16      0       1       2
-2416   142     "res_0" "smallint"      16      0       0       0
-2417   142     "arg_1" "smallint"      16      0       1       1
-2418   142     "arg_2" "smallint"      16      0       1       2
-2419   143     "res_0" "smallint"      16      0       0       0
-2420   143     "arg_1" "smallint"      16      0       1       1
-2421   143     "arg_2" "smallint"      16      0       1       2
-2422   144     "res_0" "smallint"      16      0       0       0
-2423   144     "arg_1" "smallint"      16      0       1       1
-2424   145     "res_0" "smallint"      16      0       0       0
-2425   145     "arg_1" "smallint"      16      0       1       1
+2400   136     "arg_2" "oid"   31      0       1       2
+2401   137     "res_0" "tinyint"       8       0       0       0
+2402   137     "arg_1" "tinyint"       8       0       1       1
+2403   137     "arg_2" "tinyint"       8       0       1       2
+2404   138     "res_0" "tinyint"       8       0       0       0
+2405   138     "arg_1" "tinyint"       8       0       1       1
+2406   138     "arg_2" "tinyint"       8       0       1       2
+2407   139     "res_0" "tinyint"       8       0       0       0
+2408   139     "arg_1" "tinyint"       8       0       1       1
+2409   139     "arg_2" "tinyint"       8       0       1       2
+2410   140     "res_0" "tinyint"       8       0       0       0
+2411   140     "arg_1" "tinyint"       8       0       1       1
+2412   140     "arg_2" "tinyint"       8       0       1       2
+2413   141     "res_0" "tinyint"       8       0       0       0
+2414   141     "arg_1" "tinyint"       8       0       1       1
+2415   141     "arg_2" "tinyint"       8       0       1       2
+2416   142     "res_0" "tinyint"       8       0       0       0
+2417   142     "arg_1" "tinyint"       8       0       1       1
+2418   142     "arg_2" "tinyint"       8       0       1       2
+2419   143     "res_0" "tinyint"       8       0       0       0
+2420   143     "arg_1" "tinyint"       8       0       1       1
+2421   143     "arg_2" "tinyint"       8       0       1       2
+2422   144     "res_0" "tinyint"       8       0       0       0
+2423   144     "arg_1" "tinyint"       8       0       1       1
+2424   145     "res_0" "tinyint"       8       0       0       0
+2425   145     "arg_1" "tinyint"       8       0       1       1
 2426   145     "arg_2" "int"   32      0       1       2
-2427   146     "res_0" "smallint"      16      0       0       0
-2428   146     "arg_1" "smallint"      16      0       1       1
+2427   146     "res_0" "tinyint"       8       0       0       0
+2428   146     "arg_1" "tinyint"       8       0       1       1
 2429   146     "arg_2" "int"   32      0       1       2
-2430   147     "res_0" "smallint"      16      0       0       0
-2431   147     "arg_1" "smallint"      16      0       1       1
-2432   148     "res_0" "smallint"      16      0       0       0
-2433   148     "arg_1" "smallint"      16      0       1       1
+2430   147     "res_0" "tinyint"       8       0       0       0
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to