liquid_feedback_core

changeset 425:514eacf18e36

Generalized comment on "defeat_strength" function
author jbe
date Mon Apr 14 01:09:54 2014 +0200 (2014-04-14)
parents 7fbf614ca8cb
children c83b2ac5477b
files core.sql
line diff
     1.1 --- a/core.sql	Mon Apr 14 01:06:42 2014 +0200
     1.2 +++ b/core.sql	Mon Apr 14 01:09:54 2014 +0200
     1.3 @@ -3860,7 +3860,7 @@
     1.4      END;
     1.5    $$;
     1.6  
     1.7 -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';
     1.8 +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")';
     1.9  
    1.10  
    1.11  CREATE FUNCTION "secondary_link_strength"

Impressum / About Us