projects
/
working
/
random.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74658d3
)
add elog(INFO...) just exploratorily... may not work
collab/dbwells/tsrank_experiments
author
Lebbeous Fogle-Weekley
<lebbeous@esilibrary.com>
Thu, 19 Sep 2013 21:51:58 +0000
(17:51 -0400)
committer
Lebbeous Fogle-Weekley
<lebbeous@esilibrary.com>
Thu, 19 Sep 2013 21:51:58 +0000
(17:51 -0400)
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
tsrank.c
patch
|
blob
|
history
diff --git
a/tsrank.c
b/tsrank.c
index
b21bdd4
..
5d5135c
100644
(file)
--- a/
tsrank.c
+++ b/
tsrank.c
@@
-837,6
+837,10
@@
calc_rank_cd(float4 *arrdata, TSVector txt, TSQuery query, int method)
pfree(qr.operandexist);
+ //
+ elog(INFO, "query size: %d", query->size);
+ //
+
return (float4) Wdoc;
}