Changeset: 643de0addc05 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=643de0addc05
Modified Files:
        gdk/gdk.h
Branch: default
Log Message:

small typo on the documentation for the BAT structure.


diffs (14 lines):

diff --git a/gdk/gdk.h b/gdk/gdk.h
--- a/gdk/gdk.h
+++ b/gdk/gdk.h
@@ -772,8 +772,8 @@ gdk_export int VALisnil(const ValRecord 
  *           oid    talign;           // alignment OID for head.
  *           // Tail storage
  *           int    tloc;             // byte-offset in BUN for tail elements
- *           Heap   theap;            // heap for varsized tail values
- *           Hash   thash;            // linear chained hash table on tail
+ *           Heap   *theap;           // heap for varsized tail values
+ *           Hash   *thash;           // linear chained hash table on tail
  *  } BAT;
  * @end verbatim
  *
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to