Changeset: 8a3bca1189ae for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8a3bca1189ae
Modified Files:
sql/test/pg_regress/Tests/int8.stable.err
sql/test/pg_regress/Tests/int8.stable.out
Branch: default
Log Message:
Approve output
diffs (34 lines):
diff --git a/sql/test/pg_regress/Tests/int8.stable.err
b/sql/test/pg_regress/Tests/int8.stable.err
--- a/sql/test/pg_regress/Tests/int8.stable.err
+++ b/sql/test/pg_regress/Tests/int8.stable.err
@@ -64,11 +64,11 @@ ERROR = !SELECT: no such binary operator
MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487
QUERY = SELECT '' AS to_char_3, to_char( (q1 * -1), '9999999999999999PR'),
to_char( (q2 * -1), '9999999999999999.999PR')
FROM INT8_TBL;
-ERROR = !SELECT: no such binary operator 'to_char(hugeint,char)'
+ERROR = !SELECT: no such binary operator 'to_char(bigint,char)'
MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487
QUERY = SELECT '' AS to_char_4, to_char( (q1 * -1), '9999999999999999S'),
to_char( (q2 * -1), 'S9999999999999999')
FROM INT8_TBL;
-ERROR = !SELECT: no such binary operator 'to_char(hugeint,char)'
+ERROR = !SELECT: no such binary operator 'to_char(bigint,char)'
MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487
QUERY = SELECT '' AS to_char_5, to_char(q2, 'MI9999999999999999') FROM
INT8_TBL;
ERROR = !SELECT: no such binary operator 'to_char(bigint,char)'
diff --git a/sql/test/pg_regress/Tests/int8.stable.out
b/sql/test/pg_regress/Tests/int8.stable.out
--- a/sql/test/pg_regress/Tests/int8.stable.out
+++ b/sql/test/pg_regress/Tests/int8.stable.out
@@ -94,12 +94,10 @@ Ready.
% .L, sys.int8_tbl, sys.int8_tbl, sys.L # table_name
% three, q1, q2, multiply # name
% char, bigint, bigint, bigint # type
-% 0, 16, 17, 33 # length
+% 0, 16, 16, 18 # length
[ "", 123, 456, 56088 ]
[ "", 123, 4567890123456789, 561850485185185047 ]
[ "", 4567890123456789, 123, 561850485185185047 ]
-[ "", 4567890123456789, 4567890123456789,
20865620179974079051998750190521 ]
-[ "", 4567890123456789, -4567890123456789,
-20865620179974079051998750190521 ]
#SELECT '' AS five, q1, q2, q1 / q2 AS divide FROM INT8_TBL;
% .L, sys.int8_tbl, sys.int8_tbl, sys.L # table_name
% five, q1, q2, divide # name
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list