Changeset: 36b5fb48f8b3 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=36b5fb48f8b3 Modified Files: monetdb5/modules/mal/bbp.mal Branch: default Log Message:
Void-headed MAL signatures diffs (25 lines): diff --git a/monetdb5/modules/mal/bbp.mal b/monetdb5/modules/mal/bbp.mal --- a/monetdb5/modules/mal/bbp.mal +++ b/monetdb5/modules/mal/bbp.mal @@ -128,7 +128,7 @@ command get() (id:bat[:oid,:int], ns:bat address CMDbbp comment "bpp"; -command getName( b:bat[:oid,:any_2]):str +command getName( b:bat[:oid,:any_1]):str address CMDbbpName comment "Map a BAT into its internal name"; command getCount() :bat[:oid,:lng] @@ -155,10 +155,10 @@ comment "Create a BAT with the disk/load command getKind():bat[:oid,:str] address CMDbbpKind comment "Create a BAT with the persistency status"; -command getRefCount(b:bat[:oid,:any_2]) :int +command getRefCount(b:bat[:oid,:any_1]) :int address CMDgetBATrefcnt comment "Utility for debugging MAL interpreter"; -command getLRefCount(b:bat[:oid,:any_2]) :int +command getLRefCount(b:bat[:oid,:any_1]) :int address CMDgetBATlrefcnt comment "Utility for debugging MAL interpreter"; command getDiskSpace() :lng _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list