There was an error while loading. Please reload this page.
1 parent f3952f9 commit 076eb2cCopy full SHA for 076eb2c
collector/replication_slots.go
@@ -69,7 +69,7 @@ func (PGReplicationSlotCollector) Update(ctx context.Context, db *sql.DB, ch cha
69
var slot_name string
70
var wal_lsn int64
71
var flush_lsn int64
72
-var is_active int
+var is_active int64
73
if err := rows.Scan(&slot_name, &wal_lsn, &flush_lsn, &is_active); err != nil {
74
return err
75
}
0 commit comments