Changeset: 677917fc722e for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/677917fc722e
Modified Files:
sql/test/pg_regress/Tests/int8.test
Branch: default
Log Message:
fix output after merged fixes
diffs (26 lines):
diff --git a/sql/test/pg_regress/Tests/int8.test
b/sql/test/pg_regress/Tests/int8.test
--- a/sql/test/pg_regress/Tests/int8.test
+++ b/sql/test/pg_regress/Tests/int8.test
@@ -261,22 +261,10 @@ statement error 42000!SELECT: no such bi
SELECT '' AS to_char_2, to_char(q1, '9G999G999G999G999G999D999G999'),
to_char(q2, '9,999,999,999,999,999.999,999')
FROM INT8_TBL
-onlyif has-hugeint
-statement error 42000!SELECT: no such binary operator
'to_char'(hugeint,varchar)
-SELECT '' AS to_char_3, to_char( (q1 * -1), '9999999999999999PR'), to_char(
(q2 * -1), '9999999999999999.999PR')
- FROM INT8_TBL
-
-skipif has-hugeint
statement error 42000!SELECT: no such binary operator 'to_char'(bigint,varchar)
SELECT '' AS to_char_3, to_char( (q1 * -1), '9999999999999999PR'), to_char(
(q2 * -1), '9999999999999999.999PR')
FROM INT8_TBL
-onlyif has-hugeint
-statement error 42000!SELECT: no such binary operator
'to_char'(hugeint,varchar)
-SELECT '' AS to_char_4, to_char( (q1 * -1), '9999999999999999S'), to_char( (q2
* -1), 'S9999999999999999')
- FROM INT8_TBL
-
-skipif has-hugeint
statement error 42000!SELECT: no such binary operator 'to_char'(bigint,varchar)
SELECT '' AS to_char_4, to_char( (q1 * -1), '9999999999999999S'), to_char( (q2
* -1), 'S9999999999999999')
FROM INT8_TBL
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]