# HG changeset patch # User jbe # Date 1397430594 -7200 # Node ID 514eacf18e36f9adc0f655345c0067bf92f05e12 # Parent 7fbf614ca8cbb9b697a39c3b7e6d3762e0783c6a Generalized comment on "defeat_strength" function diff -r 7fbf614ca8cb -r 514eacf18e36 core.sql --- a/core.sql Mon Apr 14 01:06:42 2014 +0200 +++ b/core.sql Mon Apr 14 01:09:54 2014 +0200 @@ -3860,7 +3860,7 @@ END; $$; -COMMENT ON FUNCTION "defeat_strength"(INT4, INT4, "defeat_strength") IS 'Calculates defeat strength (INT8!) of a pairwise defeat primarily by the absolute number of votes for the winner and secondarily by the absolute number of votes for the loser'; +COMMENT ON FUNCTION "defeat_strength"(INT4, INT4, "defeat_strength") IS 'Calculates defeat strength (INT8!) according to the "defeat_strength" option (see comment on type "defeat_strength")'; CREATE FUNCTION "secondary_link_strength"