Signed-off-by: Zachary Caldarola <zmc2005@gmail.com>
This commit is contained in:
Zachary Caldarola 2023-01-28 18:45:48 -05:00
parent f3952f941b
commit 076eb2c3f5
No known key found for this signature in database
GPG Key ID: 1422E0B90A2D0CC4
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ func (PGReplicationSlotCollector) Update(ctx context.Context, db *sql.DB, ch cha
var slot_name string
var wal_lsn int64
var flush_lsn int64
var is_active int
var is_active int64
if err := rows.Scan(&slot_name, &wal_lsn, &flush_lsn, &is_active); err != nil {
return err
}