This commit is contained in:
Ben Johnson 2014-01-28 17:03:52 -05:00
parent da6d48abe9
commit dcc5c661e2
3 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ import (
"unsafe" "unsafe"
) )
// tpage represents a temporary, in-memory leaf page. // tpage represents a temporary in-memory leaf page.
// It is deserialized from an memory-mapped page and is not restricted by page size. // It is deserialized from an memory-mapped page and is not restricted by page size.
type tpage struct { type tpage struct {
nodes tnodes nodes tnodes