Skip to content

Commit

Permalink
Merge branch 'main' into reduce-bq-contention
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex authored Dec 22, 2023
2 parents 2f29623 + 8dbe7c9 commit 4b2d6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/connectors/utils/monitoring/monitoring.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ func AppendSlotSizeInfo(
_, err := pool.Exec(ctx,
"INSERT INTO peerdb_stats.peer_slot_size"+
"(peer_name, slot_name, restart_lsn, redo_lsn, confirmed_flush_lsn, slot_size, wal_status) "+
"VALUES($1,$2,$3,$4,$5,$6) ON CONFLICT DO NOTHING;",
"VALUES($1,$2,$3,$4,$5,$6,$7) ON CONFLICT DO NOTHING;",
peerName,
slotInfo.SlotName,
slotInfo.RestartLSN,
Expand Down

0 comments on commit 4b2d6dc

Please sign in to comment.