update of jq in the Docker and fix index bloat query
- In order to fix issue with bitint rounding in jq Replace jq 1.6 installed from ubuntu repos with jq 1.7.1 binary. It's a workaround while jq 1.7 is not available in official repos
- fix jq calls to use new argument
slurpfile
instead of deprecatedargfile
- fix index bloat sql query to get correct report with non-superuser role (like pg_monitor)
Edited by Dmitry Fomin