Changeset: 00a2ad48bb2f for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=00a2ad48bb2f
Removed Files:
        clients/Tests/SQL-dump.stable.out.oid32
        clients/Tests/SQL-dump.stable.out.oid32.int128
Modified Files:
        clients/Tests/All
        clients/Tests/MAL-signatures.stable.out
        clients/Tests/MAL-signatures.stable.out.int128
        clients/Tests/SQL-dump.stable.out
        clients/Tests/SQL-dump.stable.out.int128
        clients/Tests/exports.stable.out
        configure.ag
        gdk/gdk_calc.c
        gdk/gdk_system.c
        gdk/gdk_system.h
        monetdb5/mal/mal_dataflow.c
        sql/backends/monet5/sql.c
        sql/backends/monet5/sql.mal
        sql/backends/monet5/sql_upgrades.c
        sql/scripts/75_storagemodel.sql
        sql/storage/bat/bat_table.c
        sql/test/Tests/systemfunctions.stable.out
        sql/test/Tests/systemfunctions.stable.out.int128
        sql/test/leaks/Tests/check0.stable.out
        sql/test/leaks/Tests/check1.stable.out
        sql/test/leaks/Tests/check1.stable.out.int128
        sql/test/leaks/Tests/check2.stable.out
        sql/test/leaks/Tests/check2.stable.out.int128
        sql/test/leaks/Tests/check3.stable.out
        sql/test/leaks/Tests/check3.stable.out.int128
        sql/test/leaks/Tests/check4.stable.out
        sql/test/leaks/Tests/check4.stable.out.int128
        sql/test/leaks/Tests/check5.stable.out
        sql/test/leaks/Tests/check5.stable.out.int128
        sql/test/leaks/Tests/drop3.stable.out
        sql/test/leaks/Tests/select1.stable.out
        sql/test/leaks/Tests/select2.stable.out
        sql/test/leaks/Tests/temp1.stable.out
        sql/test/leaks/Tests/temp2.stable.out
        sql/test/leaks/Tests/temp3.stable.out
        testing/Mtest.py.in
Branch: geo
Log Message:

Merge with default branch.


diffs (truncated from 34384 to 300 lines):

diff --git a/clients/Tests/All b/clients/Tests/All
--- a/clients/Tests/All
+++ b/clients/Tests/All
@@ -1,4 +1,4 @@
 exports
 
HAVE_NETCDF&HAVE_FITS&HAVE_GEOM&HAVE_GSL&HAVE_LIBR&HAVE_SAMTOOLS&HAVE_SPHINXCLIENT?MAL-signatures
-HAVE_NETCDF&HAVE_FITS&HAVE_GEOM&HAVE_GSL&HAVE_SAMTOOLS&!BITS32?SQL-dump
+HAVE_NETCDF&HAVE_FITS&HAVE_GEOM&HAVE_GSL&HAVE_SAMTOOLS&!BITS32&!BITS64OID32?SQL-dump
 MERCURIAL?malcheck
diff --git a/clients/Tests/MAL-signatures.stable.out 
b/clients/Tests/MAL-signatures.stable.out
--- a/clients/Tests/MAL-signatures.stable.out
+++ b/clients/Tests/MAL-signatures.stable.out
@@ -30950,6 +30950,10 @@ command batcalc.wrd(v:bat[:oid,:oid],dig
 address batnil_2num_wrd;
 comment cast to wrd and check for overflow
 
+command 
batcalc.wkb(geo:bat[:oid,:wkb],columnType:int,columnSRID:int):bat[:oid,:wkb] 
+address geom_2_geom_bat;
+comment Called when inserting values to a table in order to check if the 
inserted geometries are of the same type and srid required by the column 
definition
+
 pattern batcalc.wrd_noerror(b:bat[:oid,:str],s:bat[:oid,:oid]):bat[:oid,:wrd] 
 address CMDconvert_wrd;
 comment cast from str to wrd with candidates list
@@ -30966,10 +30970,6 @@ pattern batcalc.wrd(b:bat[:oid,:str]):ba
 address CMDconvertsignal_wrd;
 comment cast from str to wrd, signal error on overflow
 
-command 
batcalc.wkb(geo:bat[:oid,:wkb],columnType:int,columnSRID:int):bat[:oid,:wkb] 
-address geom_2_geom_bat;
-comment Called when inserting values to a table in order to check if the 
inserted geometries are of the same type and srid required by the column 
definition
-
 pattern batcalc.wrd_noerror(b:bat[:oid,:oid],s:bat[:oid,:oid]):bat[:oid,:wrd] 
 address CMDconvert_wrd;
 comment cast from oid to wrd with candidates list
@@ -35202,6 +35202,7 @@ command calc.blob(s:str):blob
 address BLOBblob_fromstr;
 command calc.blob(b:blob):blob 
 address BLOBblob_blob;
+pattern calc.cmp(v1:dbl,v2:dbl):bte 
 address CMDvarCMP;
 comment Return -1/0/1 if V1 </==/> V2
 
@@ -41294,7 +41295,7 @@ pattern sql.sysmon_pause(tag:sht):void
 address SYSMONpause;
 pattern sql.sysmon_queue() 
(qtag:bat[:oid,:lng],user:bat[:oid,:str],started:bat[:oid,:timestamp],estimate:bat[:oid,:timestamp],progress:bat[:oid,:int],status:bat[:oid,:str],tag:bat[:oid,:oid],query:bat[:oid,:str])
 
 address SYSMONqueue;
-pattern sql.storage() 
(schema:bat[:oid,:str],table:bat[:oid,:str],column:bat[:oid,:str],type:bat[:oid,:str],mode:bat[:oid,:str],location:bat[:oid,:str],count:bat[:oid,:lng],atomwidth:bat[:oid,:int],columnsize:bat[:oid,:lng],heap:bat[:oid,:lng],hashes:bat[:oid,:lng],imprints:bat[:oid,:lng],sorted:bat[:oid,:bit])
 
+pattern sql.storage() 
(schema:bat[:oid,:str],table:bat[:oid,:str],column:bat[:oid,:str],type:bat[:oid,:str],mode:bat[:oid,:str],location:bat[:oid,:str],count:bat[:oid,:lng],atomwidth:bat[:oid,:int],columnsize:bat[:oid,:lng],heap:bat[:oid,:lng],hashes:bat[:oid,:lng],phash:bat[:oid,:bit],imprints:bat[:oid,:lng],sorted:bat[:oid,:bit])
 
 address sql_storage;
 comment return a table with storage information 
 
diff --git a/clients/Tests/MAL-signatures.stable.out.int128 
b/clients/Tests/MAL-signatures.stable.out.int128
--- a/clients/Tests/MAL-signatures.stable.out.int128
+++ b/clients/Tests/MAL-signatures.stable.out.int128
@@ -52234,7 +52234,7 @@ pattern sql.sysmon_pause(tag:sht):void
 address SYSMONpause;
 pattern sql.sysmon_queue() 
(qtag:bat[:oid,:lng],user:bat[:oid,:str],started:bat[:oid,:timestamp],estimate:bat[:oid,:timestamp],progress:bat[:oid,:int],status:bat[:oid,:str],tag:bat[:oid,:oid],query:bat[:oid,:str])
 
 address SYSMONqueue;
-pattern sql.storage() 
(schema:bat[:oid,:str],table:bat[:oid,:str],column:bat[:oid,:str],type:bat[:oid,:str],mode:bat[:oid,:str],location:bat[:oid,:str],count:bat[:oid,:lng],atomwidth:bat[:oid,:int],columnsize:bat[:oid,:lng],heap:bat[:oid,:lng],hashes:bat[:oid,:lng],imprints:bat[:oid,:lng],sorted:bat[:oid,:bit])
 
+pattern sql.storage() 
(schema:bat[:oid,:str],table:bat[:oid,:str],column:bat[:oid,:str],type:bat[:oid,:str],mode:bat[:oid,:str],location:bat[:oid,:str],count:bat[:oid,:lng],atomwidth:bat[:oid,:int],columnsize:bat[:oid,:lng],heap:bat[:oid,:lng],hashes:bat[:oid,:lng],phash:bat[:oid,:bit],imprints:bat[:oid,:lng],sorted:bat[:oid,:bit])
 
 address sql_storage;
 comment return a table with storage information 
 
diff --git a/clients/Tests/SQL-dump.stable.out 
b/clients/Tests/SQL-dump.stable.out
--- a/clients/Tests/SQL-dump.stable.out
+++ b/clients/Tests/SQL-dump.stable.out
@@ -1185,7 +1185,7 @@ external name sql.sysmon_stop;
 -- For strings we take a sample to determine their average length.
 
 create function sys."storage"()
-returns table ("schema" string, "table" string, "column" string, "type" 
string, "mode" string, location string, "count" bigint, typewidth int, 
columnsize bigint, heapsize bigint, hashes bigint, imprints bigint, sorted 
boolean)
+returns table ("schema" string, "table" string, "column" string, "type" 
string, "mode" string, location string, "count" bigint, typewidth int, 
columnsize bigint, heapsize bigint, hashes bigint, phash boolean, imprints 
bigint, sorted boolean)
 external name sql."storage";
 create function sys.storagemodel()
 returns table (
@@ -1351,7 +1351,7 @@ CREATE TABLE "sys"."_columns" (
        "number"      INTEGER,
        "storage"     VARCHAR(2048)
 );
-COPY 363 RECORDS INTO "sys"."_columns" FROM stdin USING DELIMITERS 
'\t','\n','"';
+COPY 364 RECORDS INTO "sys"."_columns" FROM stdin USING DELIMITERS 
'\t','\n','"';
 2002   "id"    "int"   32      0       2001    NULL    true    0       NULL
 2003   "name"  "varchar"       1024    0       2001    NULL    true    1       
NULL
 2004   "authorization" "int"   32      0       2001    NULL    true    2       
NULL
@@ -1485,224 +1485,237 @@ 2149  "statement"     "varchar"       2048    0       
2139    N
 2151   "id"    "int"   32      0       2150    NULL    true    0       NULL
 2152   "name"  "varchar"       1024    0       2150    NULL    true    1       
NULL
 2153   "nr"    "int"   32      0       2150    NULL    true    2       NULL
-5202   "id"    "int"   32      0       5201    NULL    true    0       NULL
-5203   "name"  "varchar"       1024    0       5201    NULL    true    1       
NULL
-5204   "schema_id"     "int"   32      0       5201    NULL    true    2       
NULL
-5205   "query" "varchar"       2048    0       5201    NULL    true    3       
NULL
-5206   "type"  "smallint"      16      0       5201    NULL    true    4       
NULL
-5207   "system"        "boolean"       1       0       5201    NULL    true    
5       NULL
-5208   "commit_action" "smallint"      16      0       5201    NULL    true    
6       NULL
-5209   "access"        "smallint"      16      0       5201    NULL    true    
7       NULL
-5210   "temporary"     "smallint"      16      0       5201    NULL    true    
8       NULL
-5212   "id"    "int"   32      0       5211    NULL    true    0       NULL
-5213   "name"  "varchar"       1024    0       5211    NULL    true    1       
NULL
-5214   "type"  "varchar"       1024    0       5211    NULL    true    2       
NULL
-5215   "type_digits"   "int"   32      0       5211    NULL    true    3       
NULL
-5216   "type_scale"    "int"   32      0       5211    NULL    true    4       
NULL
-5217   "table_id"      "int"   32      0       5211    NULL    true    5       
NULL
-5218   "default"       "varchar"       2048    0       5211    NULL    true    
6       NULL
-5219   "null"  "boolean"       1       0       5211    NULL    true    7       
NULL
-5220   "number"        "int"   32      0       5211    NULL    true    8       
NULL
-5221   "storage"       "varchar"       2048    0       5211    NULL    true    
9       NULL
-5228   "name"  "varchar"       1024    0       5227    NULL    true    0       
NULL
-5229   "fullname"      "varchar"       2048    0       5227    NULL    true    
1       NULL
-5230   "default_schema"        "int"   9       0       5227    NULL    true    
2       NULL
-5234   "name"  "varchar"       1024    0       5233    NULL    true    0       
NULL
-5235   "fullname"      "varchar"       2024    0       5233    NULL    true    
1       NULL
-5236   "default_schema"        "int"   9       0       5233    NULL    true    
2       NULL
-5238   "login_id"      "int"   32      0       5237    NULL    true    0       
NULL
-5239   "role_id"       "int"   32      0       5237    NULL    true    1       
NULL
-5241   "id"    "int"   32      0       5240    NULL    true    0       NULL
-5242   "name"  "varchar"       1024    0       5240    NULL    true    1       
NULL
-5243   "grantor"       "int"   32      0       5240    NULL    true    2       
NULL
-5245   "obj_id"        "int"   32      0       5244    NULL    true    0       
NULL
-5246   "auth_id"       "int"   32      0       5244    NULL    true    1       
NULL
-5247   "privileges"    "int"   32      0       5244    NULL    true    2       
NULL
-5248   "grantor"       "int"   32      0       5244    NULL    true    3       
NULL
-5249   "grantable"     "int"   32      0       5244    NULL    true    4       
NULL
-5443   "id"    "oid"   63      0       5451    NULL    true    0       NULL
-5444   "owner" "clob"  0       0       5451    NULL    true    1       NULL
-5445   "defined"       "timestamp"     7       0       5451    NULL    true    
2       NULL
-5446   "query" "clob"  0       0       5451    NULL    true    3       NULL
-5447   "pipe"  "clob"  0       0       5451    NULL    true    4       NULL
-5448   "plan"  "clob"  0       0       5451    NULL    true    5       NULL
-5449   "mal"   "int"   32      0       5451    NULL    true    6       NULL
-5450   "optimize"      "bigint"        64      0       5451    NULL    true    
7       NULL
-5453   "id"    "oid"   63      0       5462    NULL    true    0       NULL
-5454   "start" "timestamp"     7       0       5462    NULL    true    1       
NULL
-5455   "stop"  "timestamp"     7       0       5462    NULL    true    2       
NULL
-5456   "arguments"     "clob"  0       0       5462    NULL    true    3       
NULL
-5457   "tuples"        "wrd"   64      0       5462    NULL    true    4       
NULL
-5458   "run"   "bigint"        64      0       5462    NULL    true    5       
NULL
-5459   "ship"  "bigint"        64      0       5462    NULL    true    6       
NULL
-5460   "cpu"   "int"   32      0       5462    NULL    true    7       NULL
-5461   "io"    "int"   32      0       5462    NULL    true    8       NULL
-5464   "id"    "oid"   63      0       5480    NULL    true    0       NULL
-5465   "owner" "clob"  0       0       5480    NULL    true    1       NULL
-5466   "defined"       "timestamp"     7       0       5480    NULL    true    
2       NULL
-5467   "query" "clob"  0       0       5480    NULL    true    3       NULL
-5468   "pipe"  "clob"  0       0       5480    NULL    true    4       NULL
-5469   "plan"  "clob"  0       0       5480    NULL    true    5       NULL
-5470   "mal"   "int"   32      0       5480    NULL    true    6       NULL
-5471   "optimize"      "bigint"        64      0       5480    NULL    true    
7       NULL
-5472   "start" "timestamp"     7       0       5480    NULL    true    8       
NULL
-5473   "stop"  "timestamp"     7       0       5480    NULL    true    9       
NULL
-5474   "arguments"     "clob"  0       0       5480    NULL    true    10      
NULL
-5475   "tuples"        "wrd"   64      0       5480    NULL    true    11      
NULL
-5476   "run"   "bigint"        64      0       5480    NULL    true    12      
NULL
-5477   "ship"  "bigint"        64      0       5480    NULL    true    13      
NULL
-5478   "cpu"   "int"   32      0       5480    NULL    true    14      NULL
-5479   "io"    "int"   32      0       5480    NULL    true    15      NULL
-5506   "event" "int"   32      0       5519    NULL    true    0       NULL
-5507   "clk"   "varchar"       20      0       5519    NULL    true    1       
NULL
-5508   "pc"    "varchar"       50      0       5519    NULL    true    2       
NULL
-5509   "thread"        "int"   32      0       5519    NULL    true    3       
NULL
-5510   "ticks" "bigint"        64      0       5519    NULL    true    4       
NULL
-5511   "rrsmb" "bigint"        64      0       5519    NULL    true    5       
NULL
-5512   "vmmb"  "bigint"        64      0       5519    NULL    true    6       
NULL
-5513   "reads" "bigint"        64      0       5519    NULL    true    7       
NULL
-5514   "writes"        "bigint"        64      0       5519    NULL    true    
8       NULL
-5515   "minflt"        "bigint"        64      0       5519    NULL    true    
9       NULL
-5516   "majflt"        "bigint"        64      0       5519    NULL    true    
10      NULL
-5517   "nvcsw" "bigint"        64      0       5519    NULL    true    11      
NULL
-5518   "stmt"  "clob"  0       0       5519    NULL    true    12      NULL
-5649   "user"  "clob"  0       0       5655    NULL    true    0       NULL
-5650   "login" "timestamp"     7       0       5655    NULL    true    1       
NULL
-5651   "sessiontimeout"        "bigint"        64      0       5655    NULL    
true    2       NULL
-5652   "lastcommand"   "timestamp"     7       0       5655    NULL    true    
3       NULL
-5653   "querytimeout"  "bigint"        64      0       5655    NULL    true    
4       NULL
-5654   "active"        "boolean"       1       0       5655    NULL    true    
5       NULL
-5732   "name"  "clob"  0       0       5735    NULL    true    0       NULL
-5733   "def"   "clob"  0       0       5735    NULL    true    1       NULL
-5734   "status"        "clob"  0       0       5735    NULL    true    2       
NULL
-5741   "name"  "clob"  0       0       5743    NULL    true    0       NULL
-5742   "value" "clob"  0       0       5743    NULL    true    1       NULL
-5773   "qtag"  "bigint"        64      0       5781    NULL    true    0       
NULL
-5774   "user"  "clob"  0       0       5781    NULL    true    1       NULL
-5775   "started"       "timestamp"     7       0       5781    NULL    true    
2       NULL
-5776   "estimate"      "timestamp"     7       0       5781    NULL    true    
3       NULL
-5777   "progress"      "int"   32      0       5781    NULL    true    4       
NULL
-5778   "status"        "clob"  0       0       5781    NULL    true    5       
NULL
-5779   "tag"   "oid"   63      0       5781    NULL    true    6       NULL
-5780   "query" "clob"  0       0       5781    NULL    true    7       NULL
-6424   "file_id"       "int"   32      0       6426    NULL    true    0       
NULL
-6425   "location"      "char"  256     0       6426    NULL    true    1       
NULL
-6428   "dim_id"        "int"   32      0       6432    NULL    true    0       
NULL
-6429   "file_id"       "int"   32      0       6432    NULL    true    1       
NULL
-6430   "name"  "varchar"       64      0       6432    NULL    true    2       
NULL
-6431   "length"        "int"   32      0       6432    NULL    true    3       
NULL
-6434   "var_id"        "int"   32      0       6440    NULL    true    0       
NULL
-6435   "file_id"       "int"   32      0       6440    NULL    true    1       
NULL
-6436   "name"  "varchar"       64      0       6440    NULL    true    2       
NULL
-6437   "vartype"       "varchar"       64      0       6440    NULL    true    
3       NULL
-6438   "ndim"  "int"   32      0       6440    NULL    true    4       NULL
-6439   "coord_dim_id"  "int"   32      0       6440    NULL    true    5       
NULL
-6442   "var_id"        "int"   32      0       6446    NULL    true    0       
NULL
-6443   "dim_id"        "int"   32      0       6446    NULL    true    1       
NULL
-6444   "file_id"       "int"   32      0       6446    NULL    true    2       
NULL
-6445   "dimpos"        "int"   32      0       6446    NULL    true    3       
NULL
-6448   "obj_name"      "varchar"       256     0       6454    NULL    true    
0       NULL
-6449   "att_name"      "varchar"       256     0       6454    NULL    true    
1       NULL
-6450   "att_type"      "varchar"       64      0       6454    NULL    true    
2       NULL
-6451   "value" "clob"  0       0       6454    NULL    true    3       NULL
-6452   "file_id"       "int"   32      0       6454    NULL    true    4       
NULL
-6453   "gr_name"       "varchar"       256     0       6454    NULL    true    
5       NULL
-6478   "schema"        "clob"  0       0       6491    NULL    true    0       
NULL
-6479   "table" "clob"  0       0       6491    NULL    true    1       NULL
-6480   "column"        "clob"  0       0       6491    NULL    true    2       
NULL
-6481   "type"  "clob"  0       0       6491    NULL    true    3       NULL
-6482   "mode"  "clob"  0       0       6491    NULL    true    4       NULL
-6483   "location"      "clob"  0       0       6491    NULL    true    5       
NULL
-6484   "count" "bigint"        64      0       6491    NULL    true    6       
NULL
-6485   "typewidth"     "int"   32      0       6491    NULL    true    7       
NULL
-6486   "columnsize"    "bigint"        64      0       6491    NULL    true    
8       NULL
-6487   "heapsize"      "bigint"        64      0       6491    NULL    true    
9       NULL
-6488   "hashes"        "bigint"        64      0       6491    NULL    true    
10      NULL
-6489   "imprints"      "bigint"        64      0       6491    NULL    true    
11      NULL
-6490   "sorted"        "boolean"       1       0       6491    NULL    true    
12      NULL
-6493   "schema"        "clob"  0       0       6503    NULL    true    0       
NULL
-6494   "table" "clob"  0       0       6503    NULL    true    1       NULL
-6495   "column"        "clob"  0       0       6503    NULL    true    2       
NULL
-6496   "type"  "clob"  0       0       6503    NULL    true    3       NULL
-6497   "typewidth"     "int"   32      0       6503    NULL    true    4       
NULL
-6498   "count" "bigint"        64      0       6503    NULL    true    5       
NULL
-6499   "distinct"      "bigint"        64      0       6503    NULL    true    
6       NULL
-6500   "atomwidth"     "int"   32      0       6503    NULL    true    7       
NULL
-6501   "reference"     "boolean"       1       0       6503    NULL    true    
8       NULL
-6502   "sorted"        "boolean"       1       0       6503    NULL    true    
9       NULL
-6541   "schema"        "clob"  0       0       6551    NULL    true    0       
NULL
-6542   "table" "clob"  0       0       6551    NULL    true    1       NULL
-6543   "column"        "clob"  0       0       6551    NULL    true    2       
NULL
-6544   "type"  "clob"  0       0       6551    NULL    true    3       NULL
-6545   "count" "bigint"        64      0       6551    NULL    true    4       
NULL
-6546   "columnsize"    "bigint"        64      0       6551    NULL    true    
5       NULL
-6547   "heapsize"      "bigint"        64      0       6551    NULL    true    
6       NULL
-6548   "hashes"        "bigint"        64      0       6551    NULL    true    
7       NULL
-6549   "imprints"      "bigint"        64      0       6551    NULL    true    
8       NULL
-6550   "sorted"        "boolean"       1       0       6551    NULL    true    
9       NULL
-6553   "schema"        "clob"  0       0       6561    NULL    true    0       
NULL
-6554   "table" "clob"  0       0       6561    NULL    true    1       NULL
-6555   "count" "bigint"        64      0       6561    NULL    true    2       
NULL
-6556   "columnsize"    "bigint"        64      0       6561    NULL    true    
3       NULL
-6557   "heapsize"      "bigint"        64      0       6561    NULL    true    
4       NULL
-6558   "hashes"        "bigint"        64      0       6561    NULL    true    
5       NULL
-6559   "imprints"      "bigint"        64      0       6561    NULL    true    
6       NULL
-6560   "auxiliary"     "bigint"        64      0       6561    NULL    true    
7       NULL
-6563   "column_id"     "int"   32      0       6574    NULL    true    0       
NULL
-6564   "type"  "clob"  0       0       6574    NULL    true    1       NULL
-6565   "width" "int"   32      0       6574    NULL    true    2       NULL
-6566   "stamp" "timestamp"     7       0       6574    NULL    true    3       
NULL
-6567   "sample"        "bigint"        64      0       6574    NULL    true    
4       NULL
-6568   "count" "bigint"        64      0       6574    NULL    true    5       
NULL
-6569   "unique"        "bigint"        64      0       6574    NULL    true    
6       NULL
-6570   "nils"  "bigint"        64      0       6574    NULL    true    7       
NULL
-6571   "minval"        "clob"  0       0       6574    NULL    true    8       
NULL
-6572   "maxval"        "clob"  0       0       6574    NULL    true    9       
NULL
-6573   "sorted"        "boolean"       1       0       6574    NULL    true    
10      NULL
-6669   "file_id"       "bigint"        64      0       6677    NULL    false   
0       NULL
-6670   "file_location" "clob"  0       0       6677    NULL    false   1       
NULL
-6671   "dbschema"      "smallint"      16      0       6677    NULL    false   
2       NULL
-6672   "format_version"        "varchar"       7       0       6677    NULL    
true    3       NULL
-6673   "sorting_order" "varchar"       10      0       6677    NULL    true    
4       NULL
-6674   "comments"      "clob"  0       0       6677    NULL    true    5       
NULL
-6679   "sn"    "clob"  0       0       6690    NULL    false   0       NULL
-6680   "file_id"       "bigint"        64      0       6690    NULL    false   
1       NULL
-6681   "ln"    "int"   32      0       6690    NULL    true    2       NULL
-6682   "as"    "int"   32      0       6690    NULL    true    3       NULL
-6683   "m5"    "clob"  0       0       6690    NULL    true    4       NULL
-6684   "sp"    "clob"  0       0       6690    NULL    true    5       NULL
-6685   "ur"    "clob"  0       0       6690    NULL    true    6       NULL
-6692   "id"    "clob"  0       0       6709    NULL    false   0       NULL
-6693   "file_id"       "bigint"        64      0       6709    NULL    false   
1       NULL
-6694   "cn"    "clob"  0       0       6709    NULL    true    2       NULL
-6695   "ds"    "clob"  0       0       6709    NULL    true    3       NULL
-6696   "dt"    "timestamp"     7       0       6709    NULL    true    4       
NULL
-6697   "fo"    "clob"  0       0       6709    NULL    true    5       NULL
-6698   "ks"    "clob"  0       0       6709    NULL    true    6       NULL
-6699   "lb"    "clob"  0       0       6709    NULL    true    7       NULL
-6700   "pg"    "clob"  0       0       6709    NULL    true    8       NULL
-6701   "pi"    "int"   32      0       6709    NULL    true    9       NULL
-6702   "pl"    "clob"  0       0       6709    NULL    true    10      NULL
-6703   "pu"    "clob"  0       0       6709    NULL    true    11      NULL
-6704   "sm"    "clob"  0       0       6709    NULL    true    12      NULL
-6711   "id"    "clob"  0       0       6721    NULL    false   0       NULL
-6712   "file_id"       "bigint"        64      0       6721    NULL    false   
1       NULL
-6713   "pn"    "clob"  0       0       6721    NULL    true    2       NULL
-6714   "cl"    "clob"  0       0       6721    NULL    true    3       NULL
-6715   "pp"    "clob"  0       0       6721    NULL    true    4       NULL
-6716   "vn"    "clob"  0       0       6721    NULL    true    5       NULL
-6723   "qname" "clob"  0       0       6734    NULL    false   0       NULL
-6724   "flag"  "smallint"      16      0       6734    NULL    false   1       
NULL
-6725   "rname" "clob"  0       0       6734    NULL    false   2       NULL
-6726   "pos"   "int"   32      0       6734    NULL    false   3       NULL
-6727   "mapq"  "smallint"      16      0       6734    NULL    false   4       
NULL
-6728   "cigar" "clob"  0       0       6734    NULL    false   5       NULL
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to