Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Zachary Caldarola <[email protected]>
  • Loading branch information
sheldor14 committed Jan 28, 2023
1 parent f3952f9 commit 076eb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/replication_slots.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 076eb2c

Please sign in to comment.