X-Git-Url: https://pd.if.org/git/?p=btree;a=blobdiff_plain;f=btree2u.c;h=308c9f28ba82ea37791fa93b209b67841bff4758;hp=47d96b9a2efb0417b66510efb957b9d77a8f6e43;hb=f2417773a7008fe04938bbe476cc5f6585336bf3;hpb=5535a61b32095f17dfcbb8198f3cb10ec997c7a7 diff --git a/btree2u.c b/btree2u.c index 47d96b9..308c9f2 100644 --- a/btree2u.c +++ b/btree2u.c @@ -670,8 +670,7 @@ BtPage page; #else _InterlockedIncrement (&bt->latchmgr->safelevel); #endif -fprintf(stderr, "X"); - continue; + continue; } latch = bt->latchsets + slot; @@ -702,8 +701,6 @@ fprintf(stderr, "X"); page = (BtPage)((uid)slot * bt->page_size + bt->pagepool); #ifdef unix posix_fadvise (bt->idx, page_no << bt->page_bits, bt->page_size, POSIX_FADV_WILLNEED); -if(page->lvl > 0 ) -fprintf(stderr, "%d", page->lvl); __sync_fetch_and_add (&bt->latchmgr->cache[page->lvl], -1); #else _InterlockedAdd(&bt->latchmgr->cache[page->lvl], -1);