Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix pg_stat_archiver on pg13- (#235)
On older postgres version the existing cast to numeric isn't enough to guarantee that the result expression is numeric too, so explicitly cast the resulting expression to numeric to make sure that we can round the result.
- Loading branch information