aboutsummaryrefslogtreecommitdiff
path: root/contrib/btree_gist/btree_int4.c
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2015-03-27 17:29:59 -0400
committerAndrew Dunstan <andrew@dunslane.net>2015-03-27 17:29:59 -0400
commit735cd6128a6a401671126443a9af4324932a38d6 (patch)
tree327b717c32da0ed036b719c31c32f70052e27eb8 /contrib/btree_gist/btree_int4.c
parent717f709532642f5f7756785c9be17b7ffcec8ae8 (diff)
downloadpostgresql-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_int4.c')
0 files changed, 0 insertions, 0 deletions