Skip to content

Commit 66e3ccd

Browse files
authored
Update vacuum_stats.go
Make it clear with go formatter error in the file. Sorry I forgot to do that prior the commit.. :/
1 parent 4aa2ff2 commit 66e3ccd

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

internal/inspect/vacuum_stats/vacuum_stats.go

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ import (
1919
var VacuumStatsQuery string
2020

2121
type Result struct {
22-
Name string
23-
Last_vacuum string
24-
Last_autovacuum string
25-
Last_analyze string
26-
Last_autoanalyze string
27-
Rowcount string
28-
Dead_rowcount string
29-
Autovacuum_threshold string
30-
Autoanalyze_threshold string
31-
Expect_autovacuum string
32-
Expect_autoanalyze string
22+
Name string
23+
Last_vacuum string
24+
Last_autovacuum string
25+
Last_analyze string
26+
Last_autoanalyze string
27+
Rowcount string
28+
Dead_rowcount string
29+
Autovacuum_threshold string
30+
Autoanalyze_threshold string
31+
Expect_autovacuum string
32+
Expect_autoanalyze string
3333
}
3434

3535
func Run(ctx context.Context, config pgconn.Config, fsys afero.Fs, options ...func(*pgx.ConnConfig)) error {

0 commit comments

Comments
 (0)