Changeset: 5d3c7cafdb5c for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5d3c7cafdb5c Modified Files: monetdb5/modules/mal/attach.mal Branch: default Log Message:
Focus on oid headed BATs only. diffs (21 lines): diff --git a/monetdb5/modules/mal/attach.mal b/monetdb5/modules/mal/attach.mal --- a/monetdb5/modules/mal/attach.mal +++ b/monetdb5/modules/mal/attach.mal @@ -17,14 +17,14 @@ module attach; -pattern bind(nme:str,low:oid,hgh:oid):bat[:any_1,:any_2] +pattern bind(nme:str,low:oid,hgh:oid):bat[:oid,:any_2] address ATTbindPartition comment "Find a cheap way to make a BAT partition accessible locally"; -pattern bind(nme:str):bat[:any_1,:any_2] +pattern bind(nme:str):bat[:oid,:any_2] address ATTbind comment "Find a cheap way to make the BAT nme accessible locally"; -command location(b:bat[:any_1,:any_2]):str +command location(b:bat[:oid,:any_2]):str address ATTlocation comment "Locate the base of a particulat BAT in the dbfarm"; _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
