You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Postgres uses numeric for arguments passed in, even if float4 or float8 would have sufficient precision to handle it. We should automatically coalesce to f32/f64 inside Rust to avoid this pitfall.