Changeset: a582b9c64e04 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a582b9c64e04
Modified Files:
        sql/test/pg_regress/Tests/float8.stable.out.Windows
        sql/test/pg_regress/Tests/oid.stable.out.32bit
Branch: sq2default
Log Message:

Approved output


diffs (54 lines):

diff --git a/sql/test/pg_regress/Tests/float8.stable.out.Windows 
b/sql/test/pg_regress/Tests/float8.stable.out.Windows
--- a/sql/test/pg_regress/Tests/float8.stable.out.Windows
+++ b/sql/test/pg_regress/Tests/float8.stable.out.Windows
@@ -38,19 +38,19 @@ stdout of test 'float8` in directory 'sq
 #INSERT INTO FLOAT8_TBL(f1) VALUES ('1.2345678901234e-200');
 [ 1 ]
 #SELECT cast('10e-400' as double);
-% .L1 # table_name
-% L1 # name
+% .%1 # table_name
+% %1 # name
 % double # type
 % 24 # length
 [ 0    ]
 #SELECT cast('-10e-400' as double);
-% .L1 # table_name
-% L1 # name
+% .%1 # table_name
+% %1 # name
 % double # type
 % 24 # length
 [ 0    ]
 #SELECT '' AS five, FLOAT8_TBL.* FROM FLOAT8_TBL;
-% .L1, sys.float8_tbl # table_name
+% .,   sys.float8_tbl # table_name
 % five,        f1 # name
 % char,        double # type
 % 0,   24 # length
diff --git a/sql/test/pg_regress/Tests/oid.stable.out.32bit 
b/sql/test/pg_regress/Tests/oid.stable.out.32bit
--- a/sql/test/pg_regress/Tests/oid.stable.out.32bit
+++ b/sql/test/pg_regress/Tests/oid.stable.out.32bit
@@ -207,19 +207,19 @@ stdout of test 'oid` in directory 'sql/t
 [ "",  1234@0, "1234@0"        ]
 [ "",  1235@0, "1235@0"        ]
 #SELECT '' AS two, o.*, cast(f1 as varchar(30)) as oid2str FROM OID_TBL o 
WHERE o.f1 > cast(1234 as oid);
-% .L3, sys.o,  sys.L7 # table_name
+% .%3, sys.o,  sys.%5 # table_name
 % two, f1,     oid2str # name
 % char,        oid,    varchar # type
 % 0,   6,      6 # length
 [ "",  1235@0, "1235@0"        ]
 #SELECT '' AS two, o.*, cast(f1 as varchar(30)) as oid2str FROM OID_TBL o 
WHERE o.f1 > 1234@0;
-% .L2, sys.o,  sys.L6 # table_name
+% .%2, sys.o,  sys.%4 # table_name
 % two, f1,     oid2str # name
 % char,        oid,    varchar # type
 % 0,   6,      6 # length
 [ "",  1235@0, "1235@0"        ]
 #SELECT '' AS two, o.*, cast(f1 as varchar(30)) as oid2str FROM OID_TBL o 
WHERE o.f1 > '1234';
-% .L2, sys.o,  sys.L6 # table_name
+% .%2, sys.o,  sys.%4 # table_name
 % two, f1,     oid2str # name
 % char,        oid,    varchar # type
 % 0,   6,      6 # length
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to