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

Commit e814b1f

Browse files
committed
Merge branch 'dmius-a0060-fix' into 'master'
A006 messages changed See merge request postgres-ai-team/postgres-checkup!220
2 parents 971b877 + 3d7d4f8 commit e814b1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pghrep/templates/A006.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Setting | {{.hosts.master}} {{ range $skey, $host := .hosts.replicas }}| {{ $hos
99
{{ range $key, $value := (index .diffData "pg_settings") }}{{ $key }} {{ range $key, $value := $value }} | {{ if (index $value "unit") }}{{ UnitValue (index $value "value") (index $value "unit") }}{{else}}{{ index $value "value" }}{{ end }}{{ end }}
1010
{{ end }}
1111
{{ else }}
12-
No `pg_settings` differences
12+
No differences in `pg_settings` are found.
1313
{{end}}
1414
{{ if (index .diffData "pg_configs") }}
1515
Configs(pg_config) that differ
@@ -18,7 +18,7 @@ Configs(pg_config) that differ
1818
Config {{ $key }}: {{ range $key, $value := $value }} On {{ $key }}: {{ if (index $value "unit") }}{{ UnitValue (index $value "value") (index $value "unit") }}{{else}}{{ index $value "value" }}{{ end }}{{ end }}
1919
{{ end }}
2020
{{ else }}
21-
No `pg_configs` differences
21+
No differences in `pg_config` are found.
2222
{{end}}
2323
{{ else }}
2424
No data

0 commit comments

Comments
 (0)