Changeset: 526933690c50 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=526933690c50
Modified Files:
        sql/test/emptydb/Tests/check.stable.out
        sql/test/emptydb/Tests/check.stable.out.32bit
Branch: default
Log Message:

Approve wanted output.
Currently there is a discrepancy between 128-bit integer capable
systems and those that don't have 128-bit integers.


diffs (24 lines):

diff --git a/sql/test/emptydb/Tests/check.stable.out 
b/sql/test/emptydb/Tests/check.stable.out
--- a/sql/test/emptydb/Tests/check.stable.out
+++ b/sql/test/emptydb/Tests/check.stable.out
@@ -1971,7 +1971,7 @@ drop function pcre_replace(string, strin
 [ "storagemodel",      "heapsize",     "bigint",       64,     0,      NULL,   
true,   6,      NULL    ]
 [ "storagemodel",      "hashsize",     "bigint",       64,     0,      NULL,   
true,   7,      NULL    ]
 [ "storagemodel",      "imprintsize",  "bigint",       64,     0,      NULL,   
true,   8,      NULL    ]
-[ "storagemodel",      "orderidxsize", "bigint",       63,     0,      NULL,   
true,   9,      NULL    ]
+[ "storagemodel",      "orderidxsize", "bigint",       64,     0,      NULL,   
true,   9,      NULL    ]
 [ "storagemodel",      "sorted",       "boolean",      1,      0,      NULL,   
true,   10,     NULL    ]
 [ "storagemodel",      "revsorted",    "boolean",      1,      0,      NULL,   
true,   11,     NULL    ]
 [ "storagemodel",      "unique",       "boolean",      1,      0,      NULL,   
true,   12,     NULL    ]
diff --git a/sql/test/emptydb/Tests/check.stable.out.32bit 
b/sql/test/emptydb/Tests/check.stable.out.32bit
--- a/sql/test/emptydb/Tests/check.stable.out.32bit
+++ b/sql/test/emptydb/Tests/check.stable.out.32bit
@@ -1971,7 +1971,7 @@ drop function pcre_replace(string, strin
 [ "storagemodel",      "heapsize",     "bigint",       64,     0,      NULL,   
true,   6,      NULL    ]
 [ "storagemodel",      "hashsize",     "bigint",       64,     0,      NULL,   
true,   7,      NULL    ]
 [ "storagemodel",      "imprintsize",  "bigint",       64,     0,      NULL,   
true,   8,      NULL    ]
-[ "storagemodel",      "orderidxsize", "bigint",       63,     0,      NULL,   
true,   9,      NULL    ]
+[ "storagemodel",      "orderidxsize", "bigint",       64,     0,      NULL,   
true,   9,      NULL    ]
 [ "storagemodel",      "sorted",       "boolean",      1,      0,      NULL,   
true,   10,     NULL    ]
 [ "storagemodel",      "revsorted",    "boolean",      1,      0,      NULL,   
true,   11,     NULL    ]
 [ "storagemodel",      "unique",       "boolean",      1,      0,      NULL,   
true,   12,     NULL    ]
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to