• Andrew Dunstan's avatar
    Use standard librart sqrt function in pg_stat_statements · cfe12763
    Andrew Dunstan authored
    The stddev calculation included a faster but unportable sqrt function.
    This is not worth the extra effort, and won't work everywhere. If the
    standard library function is good enough for the SQL function it
    should be good enough here too.
    cfe12763
pg_stat_statements.c 81.9 KB