diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2015-03-27 17:29:59 -0400 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2015-03-27 17:29:59 -0400 |
commit | 735cd6128a6a401671126443a9af4324932a38d6 (patch) | |
tree | 327b717c32da0ed036b719c31c32f70052e27eb8 /contrib/btree_gist/btree_ts.c | |
parent | 717f709532642f5f7756785c9be17b7ffcec8ae8 (diff) | |
download | postgresql-735cd6128a6a401671126443a9af4324932a38d6.tar.gz postgresql-735cd6128a6a401671126443a9af4324932a38d6.zip |
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/btree_ts.c')
0 files changed, 0 insertions, 0 deletions