Bugs item #1741459, was opened at 2007-06-22 14:36 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1741459&group_id=56967
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: PF/runtime Group: Pathfinder CVS Head Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jan Rittinger (tsheyar) Assigned to: Nobody/Anonymous (nobody) Summary: PF: ws_create inconsistently adds a collection node Initial Comment: In pathfinder.mx PROC ws_create a bogus COLLECTION node is added. This is however only done for a subset of PRE_* columns (PRE_CONT and NID_RID are ignored). If the first change to the working set container adds its nodes with append() the pre numbers are not aligned anymore. I propose to also add a dummy value for the ignored BATs. Then it shouldn't matter whether insert() or append() is used. As I have no idea how collections are represented I leave the solution to somebody else. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1741459&group_id=56967 ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Monetdb-bugs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-bugs
