Skip to content
Snippets Groups Projects
Commit 735cd612 authored by Andrew Dunstan's avatar Andrew Dunstan
Browse files

Fix portability issues with stddev in pg_stat_statements

Stddev is calculated on the fly, and the code in commit 717f7095 was
using Float8GetDatumFast() inappropriately to convert the result to a
Datum. Mea culpa. It now uses Float8GetDatum().
parent 717f7095
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment