diff options
author | Andrew Dunstan | 2015-03-27 21:29:59 +0000 |
---|---|---|
committer | Andrew Dunstan | 2015-03-27 21:29:59 +0000 |
commit | 735cd6128a6a401671126443a9af4324932a38d6 (patch) | |
tree | 327b717c32da0ed036b719c31c32f70052e27eb8 /contrib/btree_gist | |
parent | 717f709532642f5f7756785c9be17b7ffcec8ae8 (diff) |
Fix portability issues with stddev in pg_stat_statements
Stddev is calculated on the fly, and the code in commit 717f70953264 was
using Float8GetDatumFast() inappropriately to convert the result to a
Datum. Mea culpa. It now uses Float8GetDatum().
Diffstat (limited to 'contrib/btree_gist')
0 files changed, 0 insertions, 0 deletions