X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fkinput.c;h=3b718beca65003b2637451e97e5c8985f576f6f1;hb=5e7ca59d5cff2e9ee4710bb9a10cdb9434b9ad5a;hp=de1d56390b2f9191d68e40083cac1c2e86ae3d94;hpb=78ea086524d422fb7a5ce249d89ae5eb60009d65;p=idzebra-moved-to-github.git diff --git a/index/kinput.c b/index/kinput.c index de1d563..3b718be 100644 --- a/index/kinput.c +++ b/index/kinput.c @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1994-2009 Index Data + Copyright (C) 1994-2010 Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -50,7 +50,12 @@ struct key_file { Res res; }; -#if 0 + +#define PR_KEY_LOW 0 +#define PR_KEY_TOP 0 + +#if PR_KEY_LOW || PR_KEY_TOP + static void pkey(const char *b, int mode) { key_logdump_txt(YLOG_LOG, b, mode ? "i" : "d"); @@ -354,8 +359,6 @@ static int heap_read_one(struct heap_info *hi, char *name, char *key) return 1; } -#define PR_KEY_LOW 0 -#define PR_KEY_TOP 0 /* for debugging only */ void zebra_log_dict_entry(ZebraHandle zh, const char *s) @@ -415,7 +418,7 @@ int heap_cread_item2(void *vp, char **dst, int *insertMode) p->look_level++; } memcpy(*dst, p->key_1, p->sz_1); -#if 0 +#if PR_KEY_TOP yaz_log(YLOG_LOG, "DUP level=%d", p->look_level); pkey(*dst, *insertMode); #endif @@ -490,7 +493,8 @@ int heap_cread_item2(void *vp, char **dst, int *insertMode) } p->look_level = level; memcpy(*dst, p->key_1, p->sz_1); -#if 0 +#if PR_KEY_TOP + yaz_log(YLOG_LOG, "TOP"); pkey(*dst, *insertMode); #endif (*dst) += p->sz_1;