Skip to content
This repository was archived by the owner on Jul 6, 2021. It is now read-only.

Commit 455e134

Browse files
committed
Merge branch 'dmius-l001-percents-fix' into 'master'
fix: displaying of table index size fixed See merge request postgres-ai/postgres-checkup!390
2 parents 770f877 + d32a9b0 commit 455e134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pghrep/templates/L001.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Current database: {{ .database }}
2222
|{{ $value.num}} |`{{ index $value "table" }}` | ~{{ NumFormat (index $value "row_estimate") 0 }} |
2323
{{- ByteFormat (index $value "total_size_bytes") 2 }} ({{ (RawFloatFormat (index $value "total_size_percent") 2) }}%) |
2424
{{- ByteFormat (index $value "table_size_bytes") 2 }} ({{ (RawFloatFormat (index $value "table_size_percent") 2) }}%) |
25-
{{- ByteFormat (index $value "indexes_size_bytes") 2 }} ({{ (RawFloatFormat (index $value "indexes_size_percent") 2) }}%) |
25+
{{- ByteFormat (index $value "indexes_size_bytes") 2 }} ({{ (RawFloatFormat (index $value "index_size_percent") 2) }}%) |
2626
{{- if gt (Int (index $value "toast_size_bytes")) 0 }}{{ ByteFormat (index $value "toast_size_bytes") 2 }} ({{ (RawFloatFormat (index $value "toast_size_percent") 2) }}%){{end}} |
2727
{{/* if limit list */}}{{ end -}}
2828
{{ end }}

0 commit comments

Comments
 (0)