Merge pull request #666 from bravosierrasierra/bravosierrasierra-patch-2

Fix checkpoint_write_time value type
This commit is contained in:
Ben Kochie 2022-07-29 14:28:04 +02:00 committed by GitHub
commit 6e778e7939
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,7 +122,7 @@ func (PGStatBGWriterCollector) Update(ctx context.Context, db *sql.DB, ch chan<-
var cpt int
var cpr int
var cpwt int
var cpwt float64
var cpst int
var bcp int
var bc int