Update of /cvsroot/monetdb/pathfinder/runtime/Tests
In directory 
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv1387/pathfinder/runtime/Tests

Modified Files:
        merged_union2.stable.out 
Log Message:

For Henning & PFtijah:
made merged_union() (and thus multi_merged_union())
also recognize and handle reverse-sortedness,
i.e., in case the leading columns of all tables
are reverse-sorted, the result wil be reverse-sorted;
in case the leading columns of all tables
are sorted, the result will be sorted.


U merged_union2.stable.out
Index: merged_union2.stable.out
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/Tests/merged_union2.stable.out,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- merged_union2.stable.out    20 Jul 2007 21:12:47 -0000      1.6
+++ merged_union2.stable.out    14 Oct 2009 17:46:53 -0000      1.7
@@ -922,7 +922,7 @@
 z1.insert(8...@0,9...@0);
 
 res_mu := merged_union (z1, a2); # fst not sorted
-!ERROR: merged_union: tail of first BAT/column of table 1 must be sorted.
+!ERROR: merged_union: tail of first BAT/column of table 1 must be 
(resvers-)sorted.
 !ERROR: CMDmerged_union: operation failed.
 res_mu := merged_union (a2, z1); # snd not sorted
 !ERROR: merged_union: tail of first BAT/column of table 2 must be sorted.


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to