Changeset: 45646289feaf for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=45646289feaf Added Files: geom/sql/Tests/conformance/Tests/T3.stable.out.int128 Modified Files: geom/sql/Tests/conformance/Tests/T3.stable.out Branch: geo Log Message:
approving 64-bit integer vs. 128-bit integer output diffs (56 lines): diff --git a/geom/sql/Tests/conformance/Tests/T3.stable.out b/geom/sql/Tests/conformance/Tests/T3.stable.out --- a/geom/sql/Tests/conformance/Tests/T3.stable.out +++ b/geom/sql/Tests/conformance/Tests/T3.stable.out @@ -29,7 +29,7 @@ Ready. #SELECT coord_dimension FROM geometry_columns WHERE f_table_name = 'streams'; % .geometry_columns # table_name % coord_dimension # name -% hugeint # type +% bigint # type % 1 # length [ 2 ] diff --git a/geom/sql/Tests/conformance/Tests/T3.stable.out.int128 b/geom/sql/Tests/conformance/Tests/T3.stable.out.int128 new file mode 100644 --- /dev/null +++ b/geom/sql/Tests/conformance/Tests/T3.stable.out.int128 @@ -0,0 +1,39 @@ +stdout of test 'T3` in directory 'geom/sql/Tests/conformance` itself: + + +# 13:50:02 > +# 13:50:02 > "mserver5" "--debug=10" "--set" "gdk_nr_threads=0" "--set" "mapi_open=true" "--set" "mapi_port=37941" "--set" "mapi_usock=/var/tmp/mtest-12717/.s.monetdb.37941" "--set" "monet_prompt=" "--forcemito" "--set" "mal_listing=2" "--dbpath=/export/scratch1/alvanaki/INSTALL/MonetDB-public/var/MonetDB/mTests_geom_sql_Tests_conformance" "--set" "mal_listing=0" +# 13:50:02 > + +# MonetDB 5 server v11.20.0 +# This is an unreleased version +# Serving database 'mTests_geom_sql_Tests_conformance', using 8 threads +# Compiled for x86_64-unknown-linux-gnu/64bit with 64bit OIDs and 128bit integers dynamically linked +# Found 15.356 GiB available main-memory. +# Copyright (c) 1993-July 2008 CWI. +# Copyright (c) August 2008-2014 MonetDB B.V., all rights reserved +# Visit http://www.monetdb.org/ for further information +# Listening for connection requests on mapi:monetdb://sibuyan.da.cwi.nl:37941/ +# Listening for UNIX domain connection requests on mapi:monetdb:///var/tmp/mtest-12717/.s.monetdb.37941 +# MonetDB/GIS module loaded +# MonetDB/SQL module loaded + +Ready. +#WARNING To speedup geom.hasZ a bulk operator implementation is needed +#WARNING To speedup geom.hasM a bulk operator implementation is needed + +# 13:50:02 > +# 13:50:02 > "mclient" "-lsql" "-ftest" "-Eutf-8" "-i" "-e" "--host=/var/tmp/mtest-12717" "--port=37941" +# 13:50:02 > + +#SELECT coord_dimension FROM geometry_columns WHERE f_table_name = 'streams'; +% .geometry_columns # table_name +% coord_dimension # name +% hugeint # type +% 1 # length +[ 2 ] + +# 13:50:02 > +# 13:50:02 > "Done." +# 13:50:02 > + _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
