Project

General

Profile

« Previous | Next » 

Revision 11613

inputs/.TNRS/schema.sql: score_ok(): don't make it STRICT because this prevents it from being inlined

View differences:

schema.sql
59 59
--
60 60

  
61 61
CREATE FUNCTION score_ok(score double precision) RETURNS boolean
62
    LANGUAGE sql IMMUTABLE STRICT
62
    LANGUAGE sql IMMUTABLE
63 63
    AS $_$
64 64
SELECT $1 >= 0.8
65 65
$_$;

Also available in: Unified diff